TcxPivotGridCrossCell.PivotGrid Property
Provides access to the pivot grid control that owns the current cross cell.
Declaration
property PivotGrid: TcxCustomPivotGrid read;
Property Value
Type |
---|
TcxCustomPivotGrid |
Remarks
Use this property to access the properties and methods of the pivot grid control that owns the current cross cell.
See Also