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

TdxBarImageOptions.HotImages Property

Specifies the source icon list for hot-tracked large bar items.

#Declaration

Delphi
property HotImages: TCustomImageList read; write;

#Property Value

Type Description
TCustomImageList

The source image list for hot-tracked large bar items. If no source image list is specified, large bar items do not have a visually distinct hot-tracked state.

Tip

We recommend that you use the TcxImageList component and SVG icons.

#Remarks

Use the HotImages property to specify the source of icons for hot-tracked large bar buttons. You can use the HotImageIndex property of individual large bar buttons to specify target icons in the assigned source image list.

Alternatively, you can use the HotGlyph property of individual large bar buttons to load and display icons in the hot-tracked state.

See Also