Back to Devexpress

DevExpress.Data.WizardFramework Namespace

corelibraries-devexpress-dot-data-1ec0d504.md

latest1.9 KB
Original Source

DevExpress.Data.WizardFramework Namespace

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

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Classes

NameDescription
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.
WizardPageErrorEventArgsProvides data for the IWizardPage<TWizardModel>.Error event.

Interfaces

NameDescription
IWizardModelIf 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.
IWizardViewIf implemented, provides the View functionality to the Data Source Wizard.