Back to Devexpress

TcxCustomRadioGroupProperties.DefaultValue Property

vcl-cxradiogroup-dot-tcxcustomradiogroupproperties-aecf49ae.md

latest854 B
Original Source

TcxCustomRadioGroupProperties.DefaultValue Property

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

Declaration

delphi
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

TcxCustomRadioGroupProperties Class

TcxCustomRadioGroupProperties Members

cxRadioGroup Unit