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

Specifies the source of large images displayed by disabled items.

#Declaration

Delphi
property DisabledLargeImages: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

Use an item’s LargeImageIndex property to specify which particular image from the DisabledLargeImages list should be displayed for this item in the disabled state.

Note

The DisabledLargeImages list applies only to items whose Enabled property is set to False. To provide small images for these items, use the DisabledSmallImages list.

See Also