Back to Devexpress

DxTreeList.GetFilterCriteria() Method

blazor-devexpress-dot-blazor-dot-dxtreelist-62ccde13.md

latest2.0 KB
Original Source

DxTreeList.GetFilterCriteria() Method

Returns the filter criteria applied to TreeList data.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public CriteriaOperator GetFilterCriteria()

Returns

TypeDescription
CriteriaOperator

An object that specifies the filter expression.

|

Remarks

Filter criteria can be applied to TreeList data in the following ways:

Use the GetFilterCriteria method to get the filter criteria applied to the TreeList data.

You can use the GetFieldFilterCriteria(String) method to get the filter criteria applied to a particular field of the bound data source.

For additional information, see the following topic: Filter API in Blazor TreeList.

Implements

GetFilterCriteria()

GetFilterCriteria()

See Also

DxTreeList Class

DxTreeList Members

DevExpress.Blazor Namespace