Skip to main content

ConnectionPropertiesPage.Providers Property

Provides access to the list of available data providers.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<ProviderLookupItem> Providers { get; }

Property Value

Type Description
IEnumerable<ProviderLookupItem>

A collection of ProviderLookupItem values.

See Also