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

LevelProperties.BackColor Property

Gets or sets a level’s background color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Color String.Empty

A System.Drawing.Color structure which specifies a level’s background color.

Remarks

Use the BackColor property to specify the background color of an individual hierarchy level.

See Also