menu

UWP

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

    Show / Hide Table of Contents

    Class FilterLevel

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

    Inheritance
    System.Object
    FilterLevel
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class FilterLevel : Enum

    Fields

    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.

    Declaration
    public const FilterLevel All
    Field Value
    Type
    FilterLevel

    Extended

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

    Declaration
    public const FilterLevel Extended
    Field Value
    Type
    FilterLevel

    Root

    Filtering will be applied only in root nodes.

    Declaration
    public const FilterLevel Root
    Field Value
    Type
    FilterLevel

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved