NodeTemplateContainer.SiteMapNode Property
Gets a site map node for which the template’s content is being instantiated.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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