TcxDBCheckComboBox.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 connect to a data source. The DataBinding.DataSource property identifies the dataset and DataBinding.DataField it’s data source field bound by the check combo box control.
See Also