Skip to main content

RibbonPage.Images Property

Gets a collection of images.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object Images { get; }

Property Value

Type Description
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