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

In This Topic
    Item Property (C1TabPageCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As C1TabPage
    public new C1TabPage this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also