Skip to main content
A newer version of this page is available. .

Bar.BackColor Property

OBSOLETE

You should use the 'Appearance'

Gets or sets the background color of the Bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Color

The background color of the Bar.

See Also