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

IWizardRunnerContext.Run<TModel>(Wizard<TModel>) Method

Runs the wizard with a specified model.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

bool Run<TModel>(
    Wizard<TModel> wizard
)
    where TModel : IWizardModel

Parameters

Name Type Description
wizard Wizard<TModel>

A Wizard<TWizardModel> object.

Type Parameters

Name
TModel

Returns

Type Description
Boolean

true, to save the changes to the wizard model; otherwise, false.

See Also