blazor-devexpress-dot-blazor-dot-dxtreelist-62ccde13.md
Returns the filter criteria applied to TreeList data.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public CriteriaOperator GetFilterCriteria()
| Type | Description |
|---|---|
| CriteriaOperator |
An object that specifies the filter expression.
|
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.
See Also