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

TcxCustomNavigatorButtons.DefaultImages Property

Provides access to a list of images to be displayed within default buttons when the Images property is unassigned.

#Declaration

Delphi
property DefaultImages: TCustomImageList read;

#Property Value

Type
TCustomImageList

#Remarks

If you assigned the Images property, the image to be displayed in a default button is specified by the button’s ImageIndex property. Otherwise, the button’s image is retrieved from the DefaultImages list using the button’s default index.

See Also