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

TcxCheckBoxState Enum

Enumerates check box states for the TcxCustomCheckBox editor.

#Declaration

Delphi
TcxCheckBoxState = (
    cbsUnchecked,
    cbsChecked,
    cbsGrayed
);

#Members

Name
cbsUnchecked
cbsChecked
cbsGrayed

#Remarks

The check box state is set via the TcxCustomCheckBox.State property, which affects the look & feel of the check box. The following table describes TcxCheckBoxState values (screenshots are made using the standard and Windows XP look & feel):

Value

Meaning

cbsUnchecked

The check box has no check mark, indicating that the user has not selected the option.

cbsChecked

The check box has a check mark in it, indicating that the user has selected the option.

cbsGrayed

The check box has a check mark in it, but it is grayed.

See Also