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.Glyph Property

Provides custom images for check boxes.

#Declaration

Delphi
property Glyph: TdxSmartGlyph read; write;

#Property Value

Type
TdxSmartGlyph

#Remarks

Use this property in combination with the GlyphCount property to replace standard check boxes with custom images, one per each check box state. They illustrate a check box in the unchecked, checked, and grayed states while it is pressed or not. All DevExpress controls that expose the Glyph and GlyphCount properties for check box state image customization provide similar capabilities with them. Refer to the TcxCustomCheckGroupProperties.Glyph property description for detailed information on how to use these properties.

See Also