TcxPivotGridViewDataItem.Field Property
Gets a field, which the currently processed field 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 field value is bound to.
See Also