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

TdxRibbonBackstageViewTabSheet.Images Property

Returns image collection specified in a bar manager.

#Declaration

Delphi
property Images: TCustomImageList read;

#Property Value

Type
TCustomImageList

#Remarks

Use this property to refer to a bar manager’s image list. To associate a specific tab with an image, assign the image index to the tab’s ImageIndex property.

See Also