EmptyLayoutItem.BackgroundImage Property
In This Article
Gets the empty layout item’s background image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual BackgroundImage BackgroundImage { get; }
#Property Value
Type | Description |
---|---|
Background |
A Background |
#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