Skip to main content
Tab

LevelProperties.BackgroundImage Property

Gets a level’s background image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue("")]
public BackgroundImage BackgroundImage { get; set; }

#Property Value

Type Default Description
BackgroundImage String.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