Skip to main content

BackstageViewItem.Images Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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