Skip to main content

WizardPageCollection.Add(String) Method

Adds a new page with the specified text to the collection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public virtual BaseWizardPage Add(
    string text
)

Parameters

Name Type Description
text String

A string value that specifies the text displayed within the page’s header. This value is assigned to the BaseWizardPage.Text property.

Returns

Type Description
BaseWizardPage

A BaseWizardPage descendant that represents the new page.

See Also