Skip to main content
A newer version of this page is available. .
Tab

NodeTemplateContainer Class

Represents a container for the templates used to render nodes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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