TreeNodes.FilterMethod

Syntax

FilterMethod: Function;

Description

The FilterMethod property defines custom function for hierarchical tree nodes filtering.

Comments

Property value is set with the setFilterMethod method. Property value cannot be set from JSON.

Example

The example of use is given in the page with description of the TreeNodes.FilterColumn property.

See also:

TreeNodes