Back to Devexpress

TcxCustomCheckBoxProperties.GlyphCount Property

vcl-cxcheckbox-dot-tcxcustomcheckboxproperties-f49497db.md

latest1.5 KB
Original Source

TcxCustomCheckBoxProperties.GlyphCount Property

Specifies the number of images stored in the Glyph property.

Declaration

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

Property Value

TypeDefault
Integer6

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

TcxCustomCheckComboBoxProperties.GlyphCount

TcxCustomCheckListBox.GlyphCount

TcxCustomCheckBoxProperties Class

TcxCustomCheckBoxProperties Members

cxCheckBox Unit