TreeFilterType

12 Sep 20251 minute to read

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.