WizardPageCollection.AddRange(BaseWizardPage[]) Method
Adds an array of wizard pages to the end of the collection.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
pages | BaseWizardPage[] | An array of BaseWizardPage objects to add to the collection. |
Remarks
Wizard pages are added to the collection in the order specified by their positions within the array.
See Also