Class FilterHierarchyMode
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.
Inheritance
System.Object
FilterHierarchyMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FilterHierarchyMode : Enum
Fields
Both
Declaration
public const FilterHierarchyMode Both
Field Value
Child
Declaration
public const FilterHierarchyMode Child
Field Value
None
Declaration
public const FilterHierarchyMode None
Field Value
Parent
Declaration
public const FilterHierarchyMode Parent
Field Value