WizardPageCollection.Add(String) Method
Adds a new page with the specified text to the collection.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
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