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