Back to Devexpress

SiteMapColumn.BackgroundImage Property

aspnet-devexpress-dot-web-dot-sitemapcolumn-addc0897.md

latest1.7 KB
Original Source

SiteMapColumn.BackgroundImage Property

Gets the column’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 column.

A common background image can be assigned to all columns within a site map control by using the AppearanceStyleBase.BackgroundImage property, available via the control’s ASPxSiteMapControlBase.ColumnStyle property.

See Also

Site Map Control

SiteMapColumn Class

SiteMapColumn Members

DevExpress.Web Namespace