TcxDBPivotGridField.PivotGrid Property
In This Article
Specifies the pivot grid that the currently processed field belongs to.
#Declaration
Delphi
property PivotGrid: TcxCustomDBPivotGrid read; write;
#Property Value
Type |
---|
Tcx |
#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