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

ConnectionPropertiesPage.Providers Property

Provides access to the list of available data providers.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public IEnumerable<ProviderLookupItem> Providers { get; }

Property Value

Type Description
IEnumerable<ProviderLookupItem>

A collection of ProviderLookupItem values.

See Also