menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FilterLevel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum FilterLevel

    Defines the constants that specify how nodes should be filtered in SfTreeGrid.

    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum FilterLevel

    Fields

    Name Description
    All

    Filtering will be applied on root nodes, if root nodes matches filter criteria, it will get displayed in View. If root node passes in filter criteria, then child nodes will be filtered and so on.

    Extended

    If a node matches the filter condition, all its parent nodes are also displayed, even though parent node not matches the filter condition.

    Root

    Filtering will be applied only in root nodes.

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