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

ChooseConnectionPage(SqlWizardOptions) Constructor

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public ChooseConnectionPage(
    SqlWizardOptions options
)

Parameters

Name Type Description
options SqlWizardOptions

One or more SqlWizardOptions enumeration values.

See Also