Back to Devexpress

LevelProperties.BackgroundImage Property

aspnet-devexpress-dot-web-dot-levelproperties-10dde0c2.md

latest1.3 KB
Original Source

LevelProperties.BackgroundImage Property

Gets a level’s background image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public BackgroundImage BackgroundImage { get; set; }
vb
<DefaultValue("")>
Public Property BackgroundImage As BackgroundImage

Property Value

TypeDefaultDescription
BackgroundImageString.Empty

A BackgroundImage object that represents the background image.

|

Remarks

Use the BackgroundImage property to access the settings of an image which should be displayed as the background of an individual hierarchy level.

See Also

LevelProperties Class

LevelProperties Members

DevExpress.Web Namespace