Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarItem.LargeImageIndex Property

Specifies the image that is displayed when this item’s link represents a large button, enlarged standard size button, or large size menu item.

#Declaration

Delphi
property LargeImageIndex: Integer read; write; default -1;

#Property Value

Type
Integer

#Remarks

The property value corresponds to an image index within a bar manager’s ImageOptions.LargeImages collection of large images. The specified image is displayed, provided that the LargeGlyph property is unassigned. For enlarged standard size buttons, this image is displayed if a bar manager’s ImageOptions.UseLargeImagesForLargeIcons option is enabled.

Use the ImageIndex property to specify a standard size image (16 by 16 pixels) for the current bar item.

For large buttons, if the LargeImageIndex property is set to -1, the image displayed by the link is specified by the HotImageIndex property. If the HotImageIndex property is also set to -1, the displayed image is specified by the ImageIndex property.

The default value of the LargeImageIndex property is -1.

See Also