Back to Devexpress

BackstageViewControl.Image Property

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

latest1.9 KB
Original Source

BackstageViewControl.Image Property

Gets or sets the image displayed in the BackstageViewControl‘s right bottom corner.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public Image Image { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property Image As Image

Property Value

TypeDefaultDescription
Imagenull

An image to be displayed in the BackstageViewControl‘s right bottom corner.

|

Remarks

A BackstageViewControl allows you to display an image in its right bottom corner. Set the BackstageViewControl.ShowImage property to true , and assign an image to the Image property.

See Also

ShowImage

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace