New to Kendo UI for Angular? Start a free 30-day trial
FilterState
Updated on Oct 30, 2025
Represents the current filter state of the TreeView.
Emitted by the filterStateChange event.
| Name | Type | Default | Description | 
|---|---|---|---|
| filterSettings | 
 | The filter settings used for the current filter operation. | |
| matchCount | 
 | The number of nodes that match the current filter term. | |
| nodes | 
 | The list of TreeView node wrappers containing metadata about the current filtered state. Useful for custom implementations of auto-expanding nodes triggered by filtering. | |
| term | 
 | The current filter term applied to the TreeView. |