Skip to main content

TcxDBComboBox.DataBinding Property

Provides access to data binding settings.

Declaration

property DataBinding: TcxDBTextEditDataBinding read; write;

Property Value

Type Description
TcxDBTextEditDataBinding

Stores data binding editor settings.

Remarks

You can use DataBinding.DataSource and DataBinding.DataField properties to bind the data-aware combo box to data.

Refer to the TcxDBTextEditDataBinding class description for detailed information on all available options.

See Also