WizardPageCollection.Item[Int32] Property
Gets a wizard page at the specified index.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value that specifies the zero-based index of the required wizard page. If negative or exceeds the maximum available index, an exception is raised. |
Property Value
| Type | Description |
|---|---|
| BaseWizardPage | A BaseWizardPage object located at the specified position within the collection. |
See Also