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

ChooseJsonSourcePageView(IRepositoryItemsProvider, IParameterService, IServiceProvider) Constructor

Initializes a new instance of the ChooseJsonSourcePageView class with specified settings.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public ChooseJsonSourcePageView(
    IRepositoryItemsProvider repositoryItemsProvider,
    IParameterService parameterService,
    IServiceProvider propertyGridServices
)

Parameters

Name Type
repositoryItemsProvider IRepositoryItemsProvider
parameterService IParameterService
propertyGridServices IServiceProvider
See Also