Skip to main content
A newer version of this page is available. .

DockPanel.BackColor Property

Gets or sets the panel’s background color.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public override Color BackColor { get; set; }

Property Value

Type Description
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