Skip to main content

TdxLayoutRadioButtonItem.Checked Property

Specifies if the layout radio button is checked.

Declaration

property Checked; default False;

Property Value

Type Default
Boolean False

Remarks

Use this property to switch the layout radio button between the checked and unchecked states. The OnClick event occurs every time the Checked property value changes.

The Checked property’s default value is False.

See Also