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.Grid.WinUI.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 |