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

WizardPageBase<TView, TModel> Class

The base for classes providing functionality to Data Source Wizard pages.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v21.2.dll

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

Declaration

public abstract class WizardPageBase<TView, TModel> :
    IWizardPage<TModel>
    where TModel : IWizardModel

Type Parameters

Name
TView
TModel

Inheritance

Show 108 items
Object
WizardPageBase<TView, TModel>
See Also