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

TcxCustomCheckGroupProperties.GlyphCount Property

Specifies the number of glyphs in the source image loaded through the Glyph property.

#Declaration

Delphi
property GlyphCount: Integer read; write; default 6;

#Property Value

Type Default Description
Integer 6

The number of glyphs in the loaded source image.

#Remarks

Use the GlyphCount property to specify the number of glyphs stored in an image loaded through the Glyph property. The loaded image can contain from 1 to 6 identically-sized glyphs arranged in a row from left to right. The order of glyphs in the source image defines their corresponding check box states.

Refer to the Glyph property description for detailed information on glyphs and corresponding check box states.

#Default Value

The GlyphCount property’s default value is 6.

See Also