alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum FilterHierarchyMode

    Defines types of Filter Hierarchy.
    Parent - Filtered records are displayed with its parent records.
    Child - Filtered records are displayed with its child record.
    Both - Filtered records are displayed with its both parent and child record.
    None - Only the filtered records are displayed.

    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum FilterHierarchyMode

    Fields

    Name Description
    Both

    Filtered records are displayed with its both parent and child record.

    Child

    Filtered records are displayed with its child record.

    None

    Only the filtered records are displayed.

    Parent

    Filtered records are displayed with its parent records.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved