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

TcxCustomCheckBoxProperties.AllowGrayed Property

Specifies whether the grayed state is enabled.

#Declaration

Delphi
property AllowGrayed: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the AllowGrayed property to True to enable a user to set the grayed state. Otherwise, he/she can only switch between the checked and unchecked states (but it is possible to set the grayed state via code regardless of the AllowGrayed property value). To change the check box state use the Checked or State property of the TcxCustomCheckBox control.

The default value of the AllowGrayed property is False.

See Also