TcxPivotGridViewData.PivotGrid Property
Gets the pivot grid instance, which owns the current information on the view.
Declaration
property PivotGrid: TcxCustomPivotGrid read;
Property Value
Type |
---|
TcxCustomPivotGrid |
Remarks
Use the PivotGrid property to access the TcxCustomPivotGrid object (either the TcxDBPivotGrid or the TcxPivotGrid).
See Also