ConnectionPropertiesPageView(List<ProviderLookupItem>) Constructor
Initializes a new instance of the ConnectionPropertiesPageView class with the specified data providers.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v25.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataProviders | List<ProviderLookupItem> | A collection of ProviderLookupItem objects. |
See Also