Enum 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.
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.AspNetMvc.TreeGrid.dll
Syntax
public enum FilterHierarchyMode
Fields
| Name |
|---|
| Both |
| Child |
| None |
| Parent |