WizardRunnerContext.Run<TModel>(Wizard<TModel>) Method
Runs the wizard with a specified model.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
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