Represents a container that holds the contents of a templated treeview node in a C1TreeView control.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class C1TreeViewNodeTemplateContainer : Control, 
	IDataItemContainer, INamingContainer
Visual Basic
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class C1TreeViewNodeTemplateContainer _
	Inherits Control _
	Implements IDataItemContainer, INamingContainer

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    C1.Web.UI.Controls.C1TreeView..::..C1TreeViewNodeTemplateContainer

See Also