Skip to main content
All docs
V25.1
  • IGrid.SetFieldFilterCriteria(String, CriteriaOperator) Method

    Applies a filter to the specified data field.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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