IChooseConnectionPageView.SetConnections(IEnumerable<String>) Method
If implemented, changes the list of available connections on a wizard page.
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 |
---|---|---|
connectionNames | IEnumerable<String> | A collection of strings specifying connection names. |
See Also