Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SearchHierarchyMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved