Represents several DataFormatterBase instances
split up by a category or column.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsIndexedFormatterT
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class IndexedFormatter<T> where T : DataFormatterBase
Type Parameters
- T
The IndexedFormatterT type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Categories |
Gets all categories in this IndexedFormatterT, including
the always present Empty.
Empty is the same object as the non-indexed
DataFormatterBase.
| |
| ItemObject |
Gets or sets the formatting for a category or column.
| |
| ItemCategoryKey |
Gets or sets the formatting for a category or column.
|
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears all values.
| |
| Contains(Object) |
Determines whether this IndexedFormatterT
contains a formatter for a specific category or column.
| |
| Contains(CategoryKey) |
Determines whether this IndexedFormatterT
contains a formatter for a specific category or column.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also