ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonTabPageCollection Class / Item Property / Item(Int32) Property
The specified index.

In This Topic
    Item(Int32) Property
    In This Topic
    Get C1EditorTabPage by index of collection.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal Index As System.Integer _
    ) As C1RibbonTabPage
    public C1RibbonTabPage Item( 
       System.int Index
    ) {get; set;}

    Parameters

    Index
    The specified index.

    Property Value

    Return C1EditorTabPage object.
    See Also