Adds the specified criteria expression to the CollectionSourceBase.Criteria dictionary.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public void SetCriteria(
string criteriaId,
string criteria
)
Public Sub SetCriteria(
criteriaId As String,
criteria As String
)
Type | Name | Description |
---|---|---|
String | criteriaId | A string identifier of the criteria. |
String | criteria | A string that specifies the criteria expression. |