TcxPivotGridOptionsData Class
Contains options that control data processing in the view.
Declaration
TcxPivotGridOptionsData = class(
TcxPivotGridCustomOptions
)
Remarks
This class provides a set of Boolean properties, which specify:
The calculation base for data cell summary values (CalculationBase).
The type of collation is applied to the row sorting (AnsiSort).
Whether an expanded or collapsed state of the outermost field is persisted (SaveExpanding).
Whether null values are ignored when calculating data items (SummaryNullIgnore and VariationNullIgnore).
The TcxPivotGridOptionsData object is referenced by the TcxCustomPivotGrid.OptionsData property.
Inheritance
TObject
TPersistent
TcxPivotGridCustomOptions
TcxPivotGridOptionsData
See Also