vcl-cxcustompivotgrid-bdc9d225.md
Contains options that control data processing in the view.
TcxPivotGridOptionsData = class(
TcxPivotGridCustomOptions
)
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.
TObject TPersistent TcxPivotGridCustomOptions TcxPivotGridOptionsData
See Also