TcxRadioGroupItem.Value Property
Represents the radio group’s EditValue when the current item is checked.
Declaration
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