WizardStepCollection::Item Property (Int32)
.NET Framework (current version)
Gets a WizardStepBase-derived object from the collection at the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index of the WizardStep object to retrieve.
Property Value
Type: System.Web.UI.WebControls::WizardStepBase^The WizardStepBase-derived object in the WizardStepCollection collection at the specified index location.
Use the Item property to retrieve the WizardStepBase-derived object at the specified index location in the WizardStepCollection collection using array notation.
.NET Framework
Available since 2.0
Available since 2.0
Show: