WizardStepCollection.Item Property
.NET Framework 3.0
Gets a WizardStepBase-derived object from the collection at the specified index.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public WizardStepBase get_Item (int index)
Not applicable.
Parameters
- index
The index of the WizardStep object to retrieve.
Property Value
The WizardStepBase-derived object in the WizardStepCollection collection at the specified index location.Community Additions
ADD
Show: