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

TcxDBItemDataBinding Class

Represents an object associating a data-aware item with a dataset field.

#Declaration

Delphi
TcxDBItemDataBinding = class(
    TcxCustomItemDataBinding,
    IInterface
)

#Remarks

The TcxDBItemDataBinding object provides the connection of a data-aware item (column) to a cxDBTreeList data source.

When the TcxDBTreeList control is bound to a data source, each TreeList item (column) is connected to a particular data source field. This field is specified via the DataBinding.FieldName property. The DataBinding.Field property provides access to the corresponding TField object.

A column’s DataBinding property references a TcxDBItemDataBinding object.

#Implements

See Also