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