ComponentOne Wizard for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Wizard Namespace / C1WizardStepCollection Class / Item Property

In This Topic
    Item Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Web.UI.Control
    public virtual System.Web.UI.Control this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also