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

DevExpress.Data.WizardFramework Namespace

Provides basic functionality to the Report Wizard pages in WinForms and WPF applications.

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

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.