Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuList Class
Members

In This Topic
    C1MenuList Class
    In This Topic
    List of menu items. This list can be set as the content of a dropdown to make a drop down list.
    Object Model
    C1MenuList ClassMenuItemsCollection ClassC1MenuItem ClassC1MenuItem Class
    Syntax
    'Declaration
     
    
    Public Class C1MenuList 
       Inherits C1.Blazor.Core.C1View
       Implements C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Components.ComponentBase
          C1.Blazor.Core.C1View
             C1.Blazor.Menu.C1MenuList
                C1.Blazor.Menu.C1ContextMenu
                C1.Blazor.Menu.C1Menu

    See Also