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