Skip to main content

TdxWizardControlCustomButtonCollectionItem.ImageIndex Property

Specifies the button image by its index in the associated image list.

Declaration

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

Property Value

Type
TcxImageIndex

Remarks

The image is identified by its index within the image list assigned to a wizard control’s Buttons.Images property. -1 indicates that no image from the list is associated with the custom button. Alternatively, you can assign a button image via the Glyph property.

Use the GlyphAlignment property to specify the image position relative to the button caption.

The default value of the ImageIndex property is -1.

See Also