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

TcxRadioGroupItem.Value Property

Represents the radio group’s EditValue when the current item is checked.

#Declaration

Delphi
property Value: TcxEditValue read; write;

#Property Value

Type
TcxEditValue

#Remarks

The Value property of a radio group item represents the EditValue of the radio group control. When you click the radio buttons, included into a group, that group’s EditValue accepts the Value property value of the checked button. And vice versa, supplying an EditValue checks an item, whose Value property matches the supplied EditValue.

The EditValue of the radio group is also affected by the ItemIndex property. If the ItemIndex property value is -1 (which means, that no item is selected within a group), then the EditValue accepts the value of the Properties.DefaultValue property.

See Also