Skip to main content

TdxLayoutCheckBoxItem.State Property

Specifies the layout check box item’s state.

Declaration

property State: TcxCheckBoxState read; write; default cbsUnchecked;

Property Value

Type Default
TcxCheckBoxState cbsUnchecked

Remarks

Use this property to switch between the item’s states. A change of the check box state raises the OnClick event.

Set the CheckBoxOptions.AllowGrayed property to True to enable the intermediate (grayed) state for the check box. Refer to the TcxCheckBoxState type description for detailed information on all check box states.

The State property’s default value is cbsUnchecked.

See Also