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

TcxCustomCheckBox.Properties Property

Contains settings specific to check box editors.

#Declaration

Delphi
property Properties: TcxCustomCheckBoxProperties read; write;

#Property Value

Type
TcxCustomCheckBoxProperties

#Remarks

Use Properties to specify the alignment of the check box and set specific attributes which control the editor’s behavior and look & feel. The AllowGrayed property, which is accessible via the Properties object, defines whether a user can select the “grayed” state or not. It is possible to use images instead of a standard check box. In this case it is necessary to set the Glyph and GlyphCount properties. The Properties object contains the ValueChecked, ValueGrayed, and ValueUnchecked members identifying values retrieved by the EditValue property based on the current check box state.

See Also