Skip to main content

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.v23.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.ImageIndex property to assign images from this collection to a specific group. See the RibbonPageGroup.ImageIndex property for more information.

See Also