Skip to main content

IConnectionPropertiesPageView.SelectProvider(String) Method

If implemented, changes the item selected in the Provider drop-down list.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

void SelectProvider(
    string provider
)

Parameters

Name Type Description
provider String

A string specifying the name of the provider to be selected.

See Also