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

ConnectionPropertiesPage.SelectedProvider Property

Specifies the selected data provider.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual ProviderLookupItem SelectedProvider { get; set; }

Property Value

Type Description
ProviderLookupItem

A ProviderLookupItem value.

See Also