IChooseConnectionPageView.SetSelectedConnection(String) Method
If implemented, changes the selected item from the list of available connections.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
connectionName | String | A string that specifies the name of the connection to be selected. |
See Also