Back to Devexpress

RibbonPage.Images Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpage-0df412a6.md

latest1.4 KB
Original Source

RibbonPage.Images Property

Gets a collection of images.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Object

An object that contains images.

|

Remarks

This member supports the .NET Framework infrastructure and cannot be used directly from your code. To learn more, see RibbonControl.Images.

See Also

ImageOptions

RibbonPage Class

RibbonPage Members

DevExpress.XtraBars.Ribbon Namespace