ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Tabs Namespace / C1TabPageCollection Class / Item Property

In This Topic
    Item Property
    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