Skip to main content
A newer version of this page is available. .
Tab

LevelProperties.Image Property

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.v18.2.dll

Declaration

[DefaultValue("")]
public virtual ImageProperties Image { get; }

Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains image settings.

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