IWizardPageFactory<TModel>.GetPage(Type) Method
Returns a wizard page of the specified type.
Namespace: DevExpress.Data.WizardFramework
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
pageType | Type | A Type enumeration value. |
Returns
Type | Description |
---|---|
IWizardPage<TModel> | An object implementing the IWizardPage<TWizardModel> interface. |
See Also