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

ChooseConnectionPageView(SqlWizardOptions) Constructor

Initializes a new instance of the ChooseConnectionPageView class with the specified options.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public ChooseConnectionPageView(
    SqlWizardOptions options
)

Parameters

Name Type Description
options SqlWizardOptions

An object that specifies the wizard options.

See Also