WizardPageBase<TView, TModel> Class
The base for classes providing functionality to Data Source Wizard pages.
Namespace: DevExpress.Data.WizardFramework
Assembly: DevExpress.Data.v22.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 105 items
Object
WizardPageBase<TView, TModel>
See Also