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.v19.2.dll

Declaration

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

Type Parameters

Name
TView
TModel

Inheritance

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