TcxDBImageComboBox.DataBinding Property
Provides access to data binding settings.
#Declaration
property DataBinding: TcxDBTextEditDataBinding read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores data binding editor settings. |
#Remarks
You can use DataBinding
.DataSource and DataBinding
.DataField properties to bind the data-aware image combo box to data.
Refer to the TcxDBTextEditDataBinding class description for detailed information on all available options.