Skip to main content

IGrid.SetFieldFilterCriteria(String, CriteriaOperator) Method

Applies a filter to the specified data field.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

void SetFieldFilterCriteria(
    string fieldName,
    CriteriaOperator criteria
)

Parameters

Name Type Description
fieldName String

The name of the data source field.

criteria CriteriaOperator

An object that specifies the filter expression.

Remarks

Refer to the SetFieldFilterCriteria(String, CriteriaOperator) method description for more information and an example.

See Also