Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CollectionSourceBase.SetCriteria(String, String) Method

Adds the specified criteria expression to the CollectionSourceBase.Criteria dictionary.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public void SetCriteria(
    string criteriaId,
    string criteria
)

Parameters

Name Type Description
criteriaId String

A string identifier of the criteria.

criteria String

A string that specifies the criteria expression.

See Also