Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridFieldDataBinding Class

Represents an object which links a field to a data store.

#Declaration

Delphi
TcxPivotGridFieldDataBinding = class(
    TPersistent
)

#Remarks

Fields use a DataBinding object to link to a data store. Generally, the data binding is used to determine the field value’s type. The value’s type is identified by the ValueTypeClass property whose value determines the manner in which the data is represented (as a string, integer, date, boolean, etc.). In bound mode, the ValueTypeClass is assigned automatically based upon the underlying data field’s type. In the unbound and provider modes the ValueTypeClass has to be specified manually to ensure that the field works correctly. The ValueTypeClass and ValueType properties also provide a way in which unbound fields can be implemented in data-aware pivot grids.

#Inheritance

TObject
TPersistent
TcxPivotGridFieldDataBinding
See Also