Back to Devexpress

EmptyLayoutItem.BackgroundImage Property

aspnet-devexpress-dot-web-dot-emptylayoutitem.md

latest1.2 KB
Original Source

EmptyLayoutItem.BackgroundImage Property

Gets the empty layout item’s background image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual BackgroundImage BackgroundImage { get; }
vb
Public Overridable ReadOnly Property BackgroundImage As BackgroundImage

Property Value

TypeDescription
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

EmptyLayoutItem Class

EmptyLayoutItem Members

DevExpress.Web Namespace