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

Represents the filter settings for the TreeView component.

Definition

Package:@progress/kendo-angular-treeview

Properties

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.

In this article
DefinitionPropertiesignoreCase?mode?operator?
Not finding the help you need?
Contact Support