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.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataProviders | List<ProviderLookupItem> | A collection of ProviderLookupItem objects. |
See Also