Skip to main content

WizardPageCollection.Add(BaseWizardPage) Method

Adds the specified columns to the collection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v24.1.dll

NuGet Package: DevExpress.Win

Declaration

public virtual void Add(
    BaseWizardPage page
)

Parameters

Name Type Description
page BaseWizardPage

A BaseWizardPage object to add to the collection.

Remarks

If the specified wizard page is already contained within the collection, the Add method does nothing.

See Also