Skip to main content

ChooseConnectionPageView.SetSelectedConnection(String) Method

Changes the selected item from the list of available connections.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void SetSelectedConnection(
    string connectionName
)

Parameters

Name Type Description
connectionName String

A string that specifies the name of the connection to be selected.

See Also