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

BackstageViewItem.Images Property

Gets the image collection assigned to the owner’s BackstageViewControl.Images property.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public object Images { get; }

Property Value

Type Description
Object

An object that is an owner’s image collection.

Remarks

See BackstageViewControl.Images to learn more.

See Also