Skip to main content

ChooseConnectionPageView(SqlWizardOptions) Constructor

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public ChooseConnectionPageView(
    SqlWizardOptions options
)

Parameters

Name Type Description
options SqlWizardOptions

An object that specifies the wizard options.

See Also