TcxPivotGridOptionsView Class
In This Article
Contains view options for the pivot grid.
#Declaration
Delphi
TcxPivotGridOptionsView = class(
TcxPivotGridCustomOptions,
IInterface,
IcxPivotGridSizableObject
)
#Remarks
This class provides a set of properties that specify the visibility and appearance of the pivot grid’s elements.
The TcxPivotGridOptionsView object is referenced by the TcxCustomPivotGrid.OptionsView property.
#Inheritance
TObject
TPersistent
TcxPivotGridCustomOptions
TcxPivotGridOptionsView
See Also