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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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