TcxPivotGridGroupItem.Field Property
Gets a field, which the currently processed grouping value is bound to.
Declaration
property Field: TcxPivotGridField read;
Property Value
Type |
---|
TcxPivotGridField |
Remarks
Use the Field property, to access the TcxPivotGridField instance that represents a field, which the currently processed grouping value is bound to.
Note
nil is returned, if there is no field, associated with the currently processed grouping value.
See Also