CollectionSourceBase.SetCriteria(String, String) Method
Adds the specified criteria expression to the CollectionSourceBase.Criteria dictionary.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
criteriaId | String | A string identifier of the criteria. |
criteria | String | A string that specifies the criteria expression. |
See Also