New to Kendo UI for Angular? Start a free 30-day trial

FilterState

Information about the current filter state of each node in the component. Emitted by the filterStateChange

NameTypeDefaultDescription

filterSettings

TreeViewFilterSettings

The settings according to which the current filter was performed.

matchCount

number

The number of nodes which match the current filter term.

nodes

TreeItemFilterState[]

The list of TreeView node wrappers which contain metadata about the current filtered state of the component. Useful for custom implementations of auto-expanding nodes triggered by filtering.

term

string

The current filter term of the TreeView.

In this article

Not finding the help you need?