Skip to main content

Bar.BackColor Property

OBSOLETE

You should use the 'Appearance'

Gets or sets the background color of the Bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'Appearance'")]
public Color BackColor { get; set; }

Property Value

Type Description
Color

The background color of the Bar.

See Also