Skip to main content

TdxLayoutCheckBoxItemCheckBoxOptions.Glyph Property

Specifies one or more custom glyphs for a check box.

Declaration

property Glyph: TdxSmartGlyph read; write;

Property Value

Type
TdxSmartGlyph

Remarks

Use this property to replace the default glyphs that correspond to all check box states (that includes the pressed and unpressed state) with one or more custom glyphs.

Click the ellipsis button at the Glyph property in the Object Inspector to invoke the “Glyph Editor“ dialog that allows you to load a custom image that contains glyphs arranged in a row or use DevExpress icons for each state of a layout check box.

Note that if the loaded image’s width and/or height exceeds the size specified in the dialog, the image is split up into pieces and the dialog displays them as individual images. Otherwise, the image is cropped down to the list size from the right and/or bottom borders.

To specify the glyph number within the loaded source image, use the GlyphCount property.

See Also