Skip to main content
All docs
V24.1

MongoDBQueryViewModel.FilterString Property

Specifies a filter string for a MongoDB query.

Namespace: DevExpress.DataAccess.UI.MongoDB

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public string FilterString { get; set; }

Property Value

Type Description
String

A filter string for a MongoDB query.

See Also