WizardStepCollection Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of WizardStepBase-derived objects in the Wizard control's WizardStepCollection collection. |
![]() | IsReadOnly | Gets a value indicating whether the WizardStepBase-derived objects in the collection can be modified. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
![]() | Item[Int32] | Gets a WizardStepBase-derived object from the collection at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the collection has a fixed size. |
![]() ![]() | IList::Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the object at the specified index in the collection. |


