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

EmptyLayoutItem.BackgroundImage Property

Gets the empty layout item’s background image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual BackgroundImage BackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage object that is a background image.

Remarks

Use the BackgroundImage property to access the settings of an image that should be displayed as the background of an empty layout item.

See Also