Skip to main content

IChooseConnectionPageView.SetSelectedConnection(String) Method

If implemented, changes the selected item from the list of available connections.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void SetSelectedConnection(
    string connectionName
)

Parameters

Name Type Description
connectionName String

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

See Also