Back to Devexpress

DockPanel.BackColor Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-1629ca06.md

latest1.4 KB
Original Source

DockPanel.BackColor Property

Gets or sets the panel’s background color.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override Color BackColor { get; set; }
vb
Public Overrides Property BackColor As Color

Property Value

TypeDescription
Color

A Color value that specifies the panel’s background color.

|

Remarks

This property is in sync with the BackColor property of the DockPanel.Appearance object. See this link to learn more about the background color setting,

See Also

Appearance

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace