TdxLayoutCheckBoxItemCheckBoxOptions.Glyph Property
In This Article
Specifies one or more custom glyphs for a check box.
#Declaration
Delphi
property Glyph: TdxSmartGlyph read; write;
#Property Value
Type | Description |
---|---|
Tdx |
The glyph container. |
#Remarks
Use the Glyph
property to replace default glyphs that correspond to all check box states. To assign a glyph at design time, click the Glyph
property’s ellipsis button in the Object Inspector to open the Glyph Editor dialog and load a custom image or choose a glyph from the DevExpress Icon Library.
To specify the number of states in the loaded image, use the GlyphCount property.
See Also