New to Kendo UI for AngularStart a free 30-day trial

TreeViewFilterSettings

Represents the filter settings for the TreeView component.

NameTypeDefaultDescription

ignoreCase?

boolean

true

Specifies if the string comparison ignores case.

mode?

"strict" | "lenient"

"lenient"

Sets the filtering mode. In "strict" mode, the TreeView shows only matching nodes without any child nodes. In "lenient" mode, the TreeView includes all child nodes of each filter match.

operator?

MatcherFunction | "contains" | "doesnotcontain" | "startswith" | "doesnotstartwith" | "endswith" | "doesnotendwith"

Sets the filter operator for comparing values.

You can use a string operator or a custom matcher function.

Not finding the help you need?
Contact Support