FilterHierarchyMode

12 Sep 20251 minute to read

Defines modes of Filter Hierarchy used in TreeGrids.
The available modes are:

  • Parent: Shows filtered records along with their parent records.
  • Child: Shows filtered records along with their child records.
  • Both: Shows filtered records with both parent and child records.
  • None: Shows only the filtered records without any parent or child context.
  • Parent
  • Child
  • Both
  • None