TcxCustomCheckListBox.Glyph Property
Provides custom images for check boxes.
Declaration
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