Skip to main content
Tab

NodeTemplateContainer.SiteMapNode Property

Gets a site map node for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SiteMapNode SiteMapNode { get; }

Property Value

Type Description
SiteMapNode

A SiteMapNode object representing the site map node being rendered.

Remarks

Use the SiteMapNode property to obtain the site map node for which the template’s content is being currently rendered. You can use properties of the returned object to obtain certain values needed to bind the properties of the controls composing your template.

See Also