Skip to main content

TcxCustomGridTableItem.DataBinding Property

Specifies an object linking the current item to data storage.

Declaration

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