ConnectionPropertiesPageView(List<ProviderLookupItem>, IWizardRunnerContext) Constructor
Initializes a new instance of the ConnectionPropertiesPageView class with the specified settings.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
public ConnectionPropertiesPageView(
List<ProviderLookupItem> dataProviders,
IWizardRunnerContext context
)
Parameters
Name | Type | Description |
---|---|---|
dataProviders | List<ProviderLookupItem> | A collection of ProviderLookupItem objects. |
context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface. |
See Also