NodeTemplateContainer(SiteMapNode) Constructor
Initializes a new instance of the NodeTemplateContainer class with the specified setting.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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