Back to Devexpress

BackstageViewControl.ShowImage Property

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

latest1.6 KB
Original Source

BackstageViewControl.ShowImage Property

Gets or sets whether a background image, specified by the BackstageViewControl.Image property, is displayed in the control’s right bottom corner.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowImage { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property ShowImage As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if a background image is displayed in the right bottom corner; otherwise, false.

|

Remarks

See BackstageViewControl.Image to learn more.

See Also

Image

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace