Skip to main content

TcxCheckListBoxItem.Enabled Property

Specifies whether the state of the current item can be changed.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The Enabled property specifies whether the item’s state can be changed by the end-user. Disabled items appear grayed and the user cannot change their state by clicking or pressing the spacebar when items are focused. However, the state of disabled items can be changed via code.

The default value of the Enabled property is True.

See Also