ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItem Class / Items Property

In This Topic
    Items Property (C1MenuItem)
    In This Topic
    Gets a C1MenuItemCollection object that includes the submenu items of the current menu item.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Items As C1MenuItemCollection
    public virtual C1MenuItemCollection Items {get;}
    See Also