menu

WinForms

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

    Show / Hide Table of Contents

    Enum FilterLevel

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

    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum FilterLevel

    Fields

    Name Description
    All

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

    Extended

    If a child node matches the filter condition, all its parent nodes will also be displayed, even though parent node not matches with the filter condition.

    Root

    Filtering will be applied only for root nodes.

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