TcxPivotGridGroupItem.PivotGrid Property
Gets the pivot grid instance, which owns information on the currently processed grouping value.
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