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

SidePanel.BackColor Property

Gets or sets this panel’s background color.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DXCategory("Appearance")]
public override Color BackColor { get; set; }

Property Value

Type Description
Color

A Color that is this panel’s background color.

See Also