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

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.v18.2.UI.dll

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