Skip to main content
Tab

UnboundSiteMapProviderBase.RootNode Property

Gets the root node of the site map.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override SiteMapNode RootNode { get; }

#Property Value

Type Description
SiteMapNode

A SiteMapNode object that represents the root node of the site map; otherwise, a null reference (Nothing in Visual Basic), if security trimming is enabled and the root node is not accessible to the current user.

#Remarks

The RootNode property can be used to gain access to the site map’s root node.

See Also