Skip to main content
Tab

NodeTemplateContainer(SiteMapNode) Constructor

Initializes a new instance of the NodeTemplateContainer class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NodeTemplateContainer(
    SiteMapNode node
)

Parameters

Name Type Description
node SiteMapNode

A SiteMapNode object specifying the site map node which the current object belongs to.

Remarks

This constructor is used to create a new NodeTemplateContainer class instance and initialize its NodeTemplateContainer.SiteMapNode property with the specified value.

See Also