Back to Devexpress

RibbonPageGroup.Images Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-045e9eae.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public object Images { get; }
vb
<Browsable(False)>
Public ReadOnly Property Images As Object

Property Value

TypeDescription
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

Images

ImageOptions

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace