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

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

    Parameters

    index
    See Also