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

Specifies the source of small images displayed by disabled items.

#Declaration

Delphi
property DisabledSmallImages: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

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

Note

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

See Also