Blazor

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

    Show / Hide Table of Contents

    Class FilterHierarchyMode

    Defines hierarchy mode on filter action.

    Inheritance
    System.Object
    FilterHierarchyMode
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FilterHierarchyMode : Enum

    Fields

    Both

    Shows the filtered record with both parent and child record.

    Declaration
    public const FilterHierarchyMode Both
    Field Value
    Type Description
    FilterHierarchyMode

    Child

    Shows the filtered record with child record.

    Declaration
    public const FilterHierarchyMode Child
    Field Value
    Type Description
    FilterHierarchyMode

    None

    Shows only filtered record.

    Declaration
    public const FilterHierarchyMode None
    Field Value
    Type Description
    FilterHierarchyMode

    Parent

    Shows the filtered record with parent record.

    Declaration
    public const FilterHierarchyMode Parent
    Field Value
    Type Description
    FilterHierarchyMode

    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