TreeViewFilterSettings
Interface
Represents the filter settings for the TreeView component.
Definition
Package:@progress/kendo-angular-treeview
Properties
ignoreCase?
boolean
Specifies if the string comparison ignores case.
Default:
true
mode?
"strict" | "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.
Default:
"lenient"
operator?
"contains" | "doesnotcontain" | "startswith" | "doesnotstartwith" | "endswith" | "doesnotendwith" | MatcherFunction
Sets the filter operator for comparing values.
You can use a string operator or a custom matcher function.