ComponentOne Menu for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollection Class
Members

In This Topic
    C1MenuItemCollection Class
    In This Topic
    Represents a collection of C1MenuItemBase objects that are used by Items property.
    Object Model
    C1MenuItemCollection Class
    Syntax
    'Declaration
     
    Public Class C1MenuItemCollection 
       Inherits C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection(Of IC1MenuItemCollectionOwner,C1MenuItem)
    public class C1MenuItemCollection : C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1MenuItemCollectionOwner,C1MenuItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             C1.Web.Wijmo.Controls.C1Menu.C1MenuItemCollection

    See Also