Skip to main content

TcxCustomCheckBoxProperties.GlyphCount Property

Specifies the number of images stored in the Glyph property.

Declaration

property GlyphCount: Integer read; write; default 6;

Property Value

Type Default
Integer 6

Remarks

Use this property in combination with the Glyph 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.

The default value of the GlyphCount property is 6.

See Also