Skip to main content
A newer version of this page is available. .

WizardPageCollection.Add() Method

Adds a new page to the collection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

public virtual BaseWizardPage Add()

Returns

Type Description
BaseWizardPage

A BaseWizardPage descendant that represents the new page.

See Also