Skip to main content

TcxGridDBBandedColumn.DataBinding Property

An object linking the banded column with a dataset field.

Declaration

property DataBinding: TcxGridItemDBDataBinding read; write;

Property Value

Type
TcxGridItemDBDataBinding

Remarks

The DataBinding object has FieldName and Field attributes that reference the field name and TField object respectively from which the column retrieves data and posts data to. You can use the DataBinding.Data property to set any data depending on your needs.

DataBinding can also refer to a filter condition set for the column and to the filter criteria for the whole View.

See Also