ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemTemplateContainer Class / C1MenuItemTemplateContainer Constructor
The index of the item
An menuitem object provide data to the template

In This Topic
    C1MenuItemTemplateContainer Constructor
    In This Topic
    Initializes a new instance of the C1MenuItemTemplateContainer class using the specified menu item index and menu item.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal itemIndex As System.Integer, _
       ByVal dataItem As C1MenuItem _
    )
    public C1MenuItemTemplateContainer( 
       System.int itemIndex,
       C1MenuItem dataItem
    )

    Parameters

    itemIndex
    The index of the item
    dataItem
    An menuitem object provide data to the template
    See Also