alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FilterLevel

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

    Inheritance
    System.Object
    FilterLevel
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class FilterLevel : Enum

    Fields

    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.

    Declaration
    public const FilterLevel All
    Field Value
    Type
    FilterLevel

    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.

    Declaration
    public const FilterLevel Extended
    Field Value
    Type
    FilterLevel

    Root

    Filtering will be applied only for root nodes.

    Declaration
    public const FilterLevel Root
    Field Value
    Type
    FilterLevel
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved