Search results

TreeFilterType API in React Dropdown Tree API component

Specifies the different ways to filter values.

  • StartsWith - Checks whether a value begins with the specified value.
  • EndsWith - Checks whether a value ends with the specified value.
  • Contains - Checks whether a value contains with specified value.