ComponentOne Maps for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonTabPageCollection Class / Item Property / Item(String) Property
The specified key.

In This Topic
    Item(String) Property
    In This Topic
    Get C1EditorTabPage by key name of collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal Name As System.String _
    ) As C1RibbonTabPage
    public C1RibbonTabPage Item( 
       System.string Name
    ) {get;}

    Parameters

    Name
    The specified key.

    Property Value

    Return C1EditorTabPage object.
    See Also