Bar.BackColor Property
OBSOLETE
You should use the 'Appearance'
Gets or sets the background color of the Bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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