Skip to main content

WizardPageCollection.AddRange(BaseWizardPage[]) Method

Adds an array of wizard pages to the end of the collection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public virtual void AddRange(
    BaseWizardPage[] pages
)

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