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

ChooseConnectionPageView.SetSelectedConnection(String) Method

Changes the selected item from the list of available connections.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

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