Back to Devexpress

Bar.BackColor Property

windowsforms-devexpress-dot-xtrabars-dot-bar-10f38bc4.md

latest1.3 KB
Original Source

Bar.BackColor Property

OBSOLETE

You should use the 'Appearance'

Gets or sets the background color of the Bar.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'Appearance'")]
public Color BackColor { get; set; }
vb
<Obsolete("You should use the 'Appearance'")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property BackColor As Color

Property Value

TypeDescription
Color

The background color of the Bar.

|

See Also

Bar Class

Bar Members

DevExpress.XtraBars Namespace