Skip to main content
Tab

NodeTemplateContainer Class

Represents a container for the templates used to render nodes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class NodeTemplateContainer :
    TemplateContainerBase

Remarks

The NodeTemplateContainer class represents a container cell for the templates used to render nodes within a site map control.

Objects of the NodeTemplateContainer type are automatically instantiated when a template of ASPxSiteMapControlBase.NodeTemplate or LevelProperties.NodeTemplate type is created.

Inheritance

See Also