TcxPivotGridFieldGroup.PivotGrid Property
Provides access to the pivot grid control that owns the current group.
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 field group.
See Also