Skip to main content

WizardPageBase<TView, TModel> Class

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

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Type Parameters

Name
TView
TModel

Inheritance

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