C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollection Class
Properties Methods Events

C1MenuItemCollection Class Members

The following tables list the members exposed by C1MenuItemCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the C1MenuItemCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem>)
Public PropertyEvents of C1MenuItemCollection Change.  
Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
Public PropertyGets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem>)
Top
Public Methods
 NameDescription
Public MethodAdds new menu item to the end of the list.  
Public MethodRemoves all items from collection.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
Public MethodInsert C1MenuItem item to specific position into the collection.  
Public MethodRemoves item from list.  
Public MethodRemoves item from list by index.  
Top
Public Events
See Also