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

TcxGridDBBandedColumn.DataBinding Property

An object linking the banded column with a dataset field.

#Declaration

Delphi
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