Skip to main content

TcxDBRadioGroup.DataBinding Property

Binds the data-aware radio group control to a dataset field.

Declaration

property DataBinding: TcxDBEditDataBinding read; write;

Property Value

Type
TcxDBEditDataBinding

Remarks

The data-aware functionality of a TcxDBRadioGroup object is encapsulated within the DataBinding property. This property represents a TcxDBEditDataBinding object. It allows specifying the DataSource and the DataField to which an editor is connected. The values of the data field specified by the DataBinding.DataField property must correspond to the Value property value of the radio buttons included into a group. The radio group item, whose value matches the current field value appears selected within the group.

See Also