Skip to main content
A newer version of this page is available. .
All docs
V21.2

ManageQueriesContext.RepositoryItemsProvider Property

Stores an object that contains repository items. These items allow you to edit parameters of MongoDB queries in the Manage Queries dialog.

Namespace: DevExpress.DataAccess.UI.MongoDB

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

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public IRepositoryItemsProvider RepositoryItemsProvider { get; set; }

Property Value

Type Description
IRepositoryItemsProvider

An object that contains repository items.

See Also