ChooseJsonSchemaPageView(IRepositoryItemsProvider) Constructor
Initializes a new instance of the ChooseJsonSchemaPageView class with the specified settings.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Parameters
Name | Type | Description |
---|---|---|
repositoryItemsProvider | IRepositoryItemsProvider | An object implementing the DevExpress.DataAccess.Wizard.Views.IRepositoryItemsProvider interface that provides repository items for editing query parameters. |
See Also