LevelProperties.Image Property
In This Article
Gets the settings of an image which is displayed by site map nodes that belong to the current level.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
public virtual ImageProperties Image { get; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
String. |
An Image |
#Remarks
The Image property provides access to the settings that define a node image which is associated with all the site map nodes of the current hierarchy level.
See Also