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

UnboundSiteMapProviderBase.RootNode Property

Gets the root node of the site map.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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