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

DataSourceWizardCustomizationModel(IDataSourceModel, Type) Constructor

Initializes a new instance of the DataSourceWizardCustomizationModel class with the specified settings.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public DataSourceWizardCustomizationModel(
    IDataSourceModel model,
    Type startPage
)

Parameters

Name Type Description
model IDataSourceModel

An object implementing the IDataSourceModel interface. This value is assigned to the DataSourceWizardCustomizationModel.Model property.

startPage Type

A Type value, specifying the first wizard page. This value is assigned to the DataSourceWizardCustomizationModel.StartPage property.

See Also