Skip to main content

ConnectionPropertiesPageView.SelectProvider(String) Method

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

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