isFilterActive();
The isFilterActive method returns whether filter is used.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Check if filter is active Tree.isFilterActive(); // -> false
After executing the example it is obtained whether filter is used.
See also: