Represents a collection of C1ToolBarItem objects that are used by Items property.

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

Syntax

C#
[DefaultMemberAttribute("Item")]
public class C1ToolBarItemCollection : C1ObservableItemCollection<IC1ToolBarItemCollectionOwner, IC1ToolBarItemCollectionOwner>, 
	IStateManager
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class C1ToolBarItemCollection _
	Inherits C1ObservableItemCollection(Of IC1ToolBarItemCollectionOwner, IC1ToolBarItemCollectionOwner) _
	Implements IStateManager

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'IC1ToolBarItemCollectionOwner>)>)>
    C1ObservableItemCollection<(Of <(<'IC1ToolBarItemCollectionOwner, IC1ToolBarItemCollectionOwner>)>)>
      C1.Web.UI.Controls.C1ToolBar..::..C1ToolBarItemCollection

See Also