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