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

IWizardPageFactory<TModel> Interface

A factory that creates Data Source wizard pages.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public interface IWizardPageFactory<TModel>
    where TModel :
    IWizardModel

Type Parameters

Name
TModel
See Also