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

ConnectionPropertiesPageView.SelectProvider(String) Method

Changes the item selected in the Provider drop-down list.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public void SelectProvider(
    string provider
)

Parameters

Name Type Description
provider String

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

See Also