Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / MenuItemsCollection Class / Item Property

In This Topic
    Item Property (MenuItemsCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As C1MenuItem
    public C1MenuItem this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also