Skip to main content
A newer version of this page is available. .

TcxCustomEditButton.Glyph Property

Specifies the custom image displayed on a button’s surface.

Declaration

property Glyph: TdxSmartGlyph read; write;

Property Value

Type
TdxSmartGlyph

Remarks

Use the Glyph property to specify the image displayed on a button’s surface. To display an image you must set the Kind property to bkGlyph.

The Glyph property overrides the Action‘s ImageIndex property and the ImageIndex property.

See Also