Skip to main content
.NET 6.0+

CollectionSourceBase.SetCriteria(String, String) Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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