Skip to main content

TcxDBColorComboBox.DataBinding Property

Specifies a data source connection.

Declaration

property DataBinding: TcxDBEditDataBinding read; write;

Property Value

Type
TcxDBEditDataBinding

Remarks

Use the DataBinding property to access a TcxDBEditDataBinding instance used to establish a connection to a data source. The DataBinding.DataSource property identifies a dataset to which to connect. The DataBinding.DataField property specifies the data source field whose value is to be edited by the color combo box.

See Also