Skip to main content

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

Runs the wizard with a specified model.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public 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