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.v24.1.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