TcxDBPivotGridField.PivotGrid Property
Specifies the pivot grid that the currently processed field belongs to.
Declaration
property PivotGrid: TcxCustomDBPivotGrid read; write;
Property Value
Type |
---|
TcxCustomDBPivotGrid |
Remarks
Use the PivotGrid property to access an instance of the pivot grid or to assign the currently processed field to another data-aware pivot grid control.
See Also