Back to Devexpress

TcxCustomCheckBoxProperties.Glyph Property

vcl-cxcheckbox-dot-tcxcustomcheckboxproperties-8e8dc140.md

latest1.3 KB
Original Source

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

TcxCustomCheckComboBoxProperties.Glyph

TcxCustomCheckListBox.Glyph

TcxCustomCheckBoxProperties Class

TcxCustomCheckBoxProperties Members

cxCheckBox Unit