Skip to main content
Tab

LevelProperties.ParentImage Property

Gets the settings of an image which is displayed by the current level’s site map nodes that have child nodes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains image settings.

Remarks

The ParentImage property provides access to the settings that define a node image which is associated with all the parent site map nodes of the current hierarchy level.

See Also