Skip to main content
A newer version of this page is available. .

RibbonPage.Images Property

Gets a collection of images.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
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