Skip to main content

IWizardPageFactory<TModel> Interface

A factory that creates Data Source wizard pages.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public interface IWizardPageFactory<TModel>
    where TModel :
    IWizardModel

#Type Parameters

Name
TModel
See Also