Back to Devexpress

LayoutItem.BackgroundImage Property

aspnet-devexpress-dot-web-dot-layoutitem-961f1d44.md

latest1.1 KB
Original Source

LayoutItem.BackgroundImage Property

Gets the 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 individual layout item.

See Also

LayoutItem Class

LayoutItem Members

DevExpress.Web Namespace