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.HotLargeImages Property

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

#Declaration

Delphi
property HotLargeImages: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

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

Note

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

See Also