Skip to main content

TcxDBCheckGroup.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 values are to be displayed by the check group control.

See Also