Skip to main content

Wizard(IWizardView, TWizardModel, IWizardPageFactory<TWizardModel>) Constructor

Initializes a new instance of the Wizard<TWizardModel> class with the specified settings.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public Wizard(
    IWizardView view,
    TWizardModel model,
    IWizardPageFactory<TWizardModel> pageFactory
)

Parameters

Name Type Description
view IWizardView

An object implementing the IWizardView interface.

model TWizardModel

An object implementing the IWizardModel interface.

pageFactory IWizardPageFactory<TWizardModel>

An object implementing the IWizardPageFactory<TModel> interface.

See Also