Back to Devexpress

BackstageViewControl.Images Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-657745ff.md

latest2.1 KB
Original Source

BackstageViewControl.Images Property

Gets or sets a collection of images to be displayed within the control’s items.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Overridable Property Images As Object

Property Value

TypeDefaultDescription
Objectnull

An object that specifies an image collection.

|

Remarks

Use the ImageOptions property to display images within items.

The Images property accepts the following image collections:

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace