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

TdxNavBarImageOptions.HotSmallImages Property

Specifies the source of small images displayed by hot-tracked items and groups.

#Declaration

Delphi
property HotSmallImages: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

Use the SmallImageIndex property of an item or group to specify which particular image from the HotSmallImages list should be displayed for this item or group in the hot-tracked state.

Note

The SmallImages list applies only to items and groups whose Enabled property is set to True. To provide large images for them, use the HotLargeImages list.

See Also