Back to Devexpress

IGrid.GetFieldFilterCriteria(String) Method

blazor-devexpress-dot-blazor-dot-igrid-dot-getfieldfiltercriteria-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

IGrid.GetFieldFilterCriteria(String) Method

Returns the filter criteria applied to the specified field of the bound data source.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
CriteriaOperator GetFieldFilterCriteria(
    string fieldName
)

Parameters

NameTypeDescription
fieldNameString

The name of the data source field.

|

Returns

TypeDescription
CriteriaOperator

An object that specifies the filter expression.

|

Remarks

Refer to the GetFieldFilterCriteria(String) method description for additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace