TcxPivotGridOptionsData Members
Contains options that control data processing in the view.Constructors
Name | Description |
---|---|
Create(TcxCustomPivotGrid) | Initializes a new instance of the TcxPivotGridCustomOptions class with specified settings. Inherited from TcxPivotGridCustomOptions. |
Properties
Name | Description |
---|---|
AnsiSort | Specifies whether the listing order of rows is locale-sensitive. |
CalculationBase | Specifies how summary values are calculated for data cells. |
PivotGrid | Gets the pivot grid instance, to which the options are applied. Inherited from TcxPivotGridCustomOptions. |
SaveExpanding | Specifies whether the expanded state of grouping values is preserved after the pivot grid’s layout has been changed. |
SummaryNullIgnore | Specifies whether null values are filtered out when the calculation is performed. |
VariationNullIgnore | Specifies whether null values are filtered out when the calculation is performed in variation mode. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
ToString | Inherited from TObject. |
See Also