Skip to main content
A newer version of this page is available. .
All docs
V22.1

DashboardDesigner.BackColor Property

Gets or sets the control’s background color.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v22.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
public override Color BackColor { get; set; }

Property Value

Type Description
Color

A Color structure that specifies the control’s background color in ARGB.

See Also