Skip to main content
All docs
V23.2

MongoDBQueriesViewModel.Queries Property

Stores a collection of MongoDB query View Models.

Namespace: DevExpress.DataAccess.UI.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public MongoDBQueryViewModelsList Queries { get; }

Property Value

Type Description
MongoDBQueryViewModelsList

A collection of MongoDB query View Models.

See Also