Represents a collection of C1ToolBarItemBinding objects that are used by data-bound C1ToolBar control.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..StateManagedCollection
    C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarItemBindingCollection

See Also