Back to Devexpress

NodeTemplateContainer Class

aspnet-devexpress-dot-web-1db53415.md

latest2.5 KB
Original Source

NodeTemplateContainer Class

Represents a container for the templates used to render nodes.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NodeTemplateContainer :
    TemplateContainerBase
vb
Public Class NodeTemplateContainer
    Inherits 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.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase NodeTemplateContainer

See Also

NodeTemplateContainer Members

DevExpress.Web Namespace