Skip to main content
Tab

PanelPart.BackColor Property

Gets or sets the part’s background color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Color), "")]
public Color BackColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color structure that specifies the part’s background color.

See Also