Skip to main content

TdxCustomLayoutCheckableItem.Checked Property

Specifies if the layout check box or radio button is checked.

Declaration

property Checked: Boolean read; write;

Property Value

Type
Boolean

Remarks

Use this property to switch the radio button or check box between the checked and unchecked states.

Note

A layout check box item can have an additional (that is, intermediate or grayed) state. Set the item’s CheckBoxOptions.AllowGrayed property to True to enable this state.

See Also