Skip to main content
Bar

BarDockControl.BackColor Property

Gets the background color for the bar dock control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Color BackColor { get; }

Property Value

Type Description
Color

A Color object that specifies the background color.

See Also