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

TcxCustomEditButton.ImageIndex Property

Specifies the button image from the collection of images.

Declaration

property ImageIndex: TcxImageIndex read; write; default -1;

Property Value

Type
TcxImageIndex

Remarks

The ImageIndex property provides an image by its index from the collection specified by the editor’s Properties.Images (or by the Action‘s Images) property.

The ImageIndex property is overridden by the Glyph property and by the Action‘s ImageIndex property.

The default value of the ImageIndex property is -1.

See Also