TreeListBase.isFilterActive

Syntax

isFilterActive();

Description

The isFilterActive method returns whether filter is used.

Example

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:

TreeListBase