Skip to main content
A newer version of this page is available. .

IWizardPageFactory<TModel>.GetPage(Type) Method

Returns a wizard page of the specified type.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v18.2.dll

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