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

LayoutItem.BackColor Property

Gets or sets the current layout item’s background color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Color String.Empty

A Color structure which specifies the layout item’s background color.

Remarks

Use the BackColor property to specify the background color of an individual layout item.

See Also