Represents a collection of C1TreeViewNodeBinding objects in the C1TreeView control.

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

Syntax

C#
[DefaultMemberAttribute("Item")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class C1TreeViewNodeBindingCollection : StateManagedCollection
Visual Basic
<DefaultMemberAttribute("Item")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class C1TreeViewNodeBindingCollection _
	Inherits StateManagedCollection

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..StateManagedCollection
    C1.Web.UI.Controls.C1TreeView..::..C1TreeViewNodeBindingCollection

See Also