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