Skip to main content

IWizardPageFactory<TModel>.GetPage(Type) Method

Returns a wizard page of the specified type.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IWizardPage<TModel> GetPage(
    Type pageType
)

Parameters

Name Type Description
pageType Type

A Type enumeration value.

Returns

Type Description
IWizardPage<TModel>

An object implementing the IWizardPage<TWizardModel> interface.

See Also