Skip to main content

TcxButtonGroupItem.Enabled Property

Specifies whether the item’s state can be changed at runtime.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The Enabled property lets you prevent the end-user from changing the item’s state. If the Enabled property is set to False, clicking the checkbox or pressing the space bar while the item is selected doesn’t change the item’s state.

Note that radio group items do not use this property.

The default value of the Enabled property is True.

See Also