IWizardRunnerContext.Run<TModel>(Wizard<TModel>) Method
Runs the wizard with a specified model.
Namespace: DevExpress.DataAccess.Wizard
Assembly: DevExpress.Data.v25.2.dll
Declaration
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