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

TdxLayoutCheckBoxItemCheckBoxOptions.Glyph Property

Specifies one or more custom glyphs for a check box.

#Declaration

Delphi
property Glyph: TdxSmartGlyph read; write;

#Property Value

Type Description
TdxSmartGlyph

The glyph container.

#Remarks

Use the Glyph property to replace default glyphs that correspond to all check box states. To assign a glyph at design time, click the Glyph property’s ellipsis button in the Object Inspector to open the Glyph Editor dialog and load a custom image or choose a glyph from the DevExpress Icon Library.

To specify the number of states in the loaded image, use the GlyphCount property.

See Also