IObjectSpace.ApplyCriteria(Object, CriteriaOperator) Method
Filters the specified collection according to the specified criteria on the server side.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | Object | An Object that is the collection to be filtered. |
criteria | CriteriaOperator | A DevExpress.Data.Filtering.CriteriaOperator object that specifies the criteria used to filter objects on the server side. |
See Also
Feedback