Back to Devexpress

BackstageViewControl.BackColor Property

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

latest1.7 KB
Original Source

BackstageViewControl.BackColor Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override Color BackColor { get; set; }
vb
<Browsable(False)>
Public Overrides Property BackColor As Color

Property Value

Type
Color

Remarks

To set the BackstageViewControl‘s backcolor, set the BackstageViewControl.PaintStyle property to Flat and use the BackColor property from the BackstageViewControl.Appearance properties section.

See Also

PaintStyle

Appearance

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace