Skip to main content
All docs
V23.2

MongoDBQueriesViewModel.DatabaseNames Property

Stores the names of MongoDB databases.

Namespace: DevExpress.DataAccess.UI.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public List<string> DatabaseNames { get; }

Property Value

Type Description
List<String>

The names of MongoDB databases.

See Also