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