Skip to main content
Tab

EmptyLayoutItem.BackColor Property

Gets or sets the current empty layout item’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 which specifies the layout item’s background color.

Remarks

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

See Also