DevExpress.Data.WizardFramework Namespace
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Classes
| Name | Description |
|---|---|
| Wizard<TWizardModel> | A Data Source Wizard instance associated with a specific View. |
| WizardPageBase<TView, TModel> | The base for classes providing functionality to Data Source Wizard pages. |
| WizardPageErrorEventArgs | Provides data for the IWizardPage<TWizardModel>.Error event. |
Interfaces
| Name | Description |
|---|---|
| IWizardModel | If implemented, provides the Model functionality to a Data Source Wizard. |
| IWizardPage<TWizardModel> | If implemented, represents a page of the Report Wizard. |
| IWizardPageFactory<TModel> | A factory that creates Data Source wizard pages. |
| IWizardView | If implemented, provides the View functionality to the Data Source Wizard. |