TcxPivotGridCustomOptions.PivotGrid Property
In This Article
Gets the pivot grid instance, to which the options are applied.
#Declaration
Delphi
property PivotGrid: TcxCustomPivotGrid read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access a TcxCustomPivotGrid descendant (TcxDBPivotGrid or TcxPivotGrid), to which the options are applied.
See Also