LevelProperties.ParentImage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
public virtual ImageProperties ParentImage { get; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
String. |
An Image |
#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