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

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

Runs the wizard with a specified model.

Namespace: DevExpress.DataAccess.UI.Wizard

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

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.

Implements

See Also