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

RibbonPageGroup.Images Property

Gets the collection of images that can be displayed within the group when it’s in a collapsed state.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public object Images { get; }

#Property Value

Type Description
Object

An object which represents the collection of images.

#Remarks

This property returns the image collection which is assigned to the RibbonControl.Images property.

Use the RibbonControl.Images property to assign an image collection to the RibbonControl. Then use the RibbonPageGroup.ImageOptions.ImageIndex property to assign images from this collection to a specific group.

See Also