Skip to main content
All docs
V24.1

IListBox<TData, TValue>.GetFilterCriteria() Method

Returns the filter criteria applied to the grid data.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

CriteriaOperator GetFilterCriteria()

Returns

Type Description
CriteriaOperator

An object that specifies the filter expression.

Remarks

Refer to the GetFilterCriteria() method description for more information and an example.

See Also