Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxButtonGroupItem.Enabled Property

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

#Declaration

Delphi
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