Skip to main content

TcxDBPivotGridFieldDataBinding Properties

The TcxDBPivotGridFieldDataBinding class implements the O/R mapping tool, which is used for linking the view and persistent fields.
Name Description
DBField Represents the dataset field.
Field Provides access to the data-aware field which the current DataBinding object corresponds to.
FieldCaption
FieldName Specifies the name of a dataset’s field which the data-aware field is bound to.
PivotGrid Provides access to the pivot grid control which uses the current DataBinding object to link a field to a data store. Inherited from TcxPivotGridFieldDataBinding.
ValueType Specifies the string representation of the value type class. Inherited from TcxPivotGridFieldDataBinding.
ValueTypeAssigned Indicates whether the data type has been explicitly designated for the current DataBinding object. Inherited from TcxPivotGridFieldDataBinding.
ValueTypeClass Determines the data type of the data binding. Inherited from TcxPivotGridFieldDataBinding.
See Also