TcxPivotGridFieldDataBinding.Field Property
Provides access to the field which the current DataBinding object corresponds to.
Declaration
property Field: TcxPivotGridField read;
Property Value
Type |
---|
TcxPivotGridField |
Remarks
Use this property to access the properties and methods of the field that corresponds to the current DataBinding object.
See Also