Back to Devexpress

DashboardDesigner.BackColor Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-a75376a0.md

latest1.2 KB
Original Source

DashboardDesigner.BackColor Property

Gets or sets the control’s background color.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public override Color BackColor { get; set; }
vb
<Browsable(False)>
Public Overrides Property BackColor As Color

Property Value

TypeDescription
Color

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

|

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace