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

TcxCustomGridTableItem.DataBinding Property

Specifies an object linking the current item to data storage.

#Declaration

Delphi
property DataBinding: TcxGridItemDataBinding read; write;

#Property Value

Type
TcxGridItemDataBinding

#Remarks

This property implements data retrieval and posting to data storage. You can use the DataBinding sub-properties to access the filter criteria set for a View, specify the dataset field to which the item is connected (for a View linked to a dataset) and perform other operations. The Data attribute of a DataBinding object allows you to associate arbitrary data with the item.

At design time, you can select a data type for a non data-aware View item from its DataBinding.ValueType property which is represented by a list of the available data types.

See Also