Class SearchHierarchyMode
Defines hierarchy mode on search action.
Inheritance
System.Object
SearchHierarchyMode
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SearchHierarchyMode : Enum
Fields
Both
Shows the filtered record with both parent and child record.
Declaration
public const SearchHierarchyMode Both
Field Value
Type | Description |
---|---|
SearchHierarchyMode |
Child
Shows the filtered record with child record.
Declaration
public const SearchHierarchyMode Child
Field Value
Type | Description |
---|---|
SearchHierarchyMode |
None
Shows only filtered record.
Declaration
public const SearchHierarchyMode None
Field Value
Type | Description |
---|---|
SearchHierarchyMode |
Parent
Shows the filtered record with parent record.
Declaration
public const SearchHierarchyMode Parent
Field Value
Type | Description |
---|---|
SearchHierarchyMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |