Skip to main content
All docs
V24.1

ITreeList.GetFilterCriteria() Method

Returns the filter criteria applied to treelist 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