Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDBRadioGroup.DataBinding Property

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

#Declaration

Delphi
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