Skip to main content

TcxCustomRadioGroupProperties.DefaultValue Property

Represents the radio group edit value when no item is checked.

Declaration

property DefaultValue: TcxEditValue read; write;

Property Value

Type
TcxEditValue

Remarks

Use the DefaultValue property to specify the edit value when no item is checked. (The edit value can be obtained via the EditValue property of the editor). If an item is checked, the radio group’s edit value is specified by the Value property of the corresponding item.

See Also