Back to Devexpress

TreeDataFilterMode Enum

maui-devexpress-dot-maui-dot-treeview-c9a9ea91.md

latest1.8 KB
Original Source

TreeDataFilterMode Enum

The filtering mode.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public enum TreeDataFilterMode

Members

NameDescription
Nodes

The DXTreeView displays only nodes that meet the filter criteria. A node at the hierarchy’s highest level that meets the filter criteria becomes the root node. The node’s nearest child that meets the filter criteria changes the hierarchy level to the next level down from the root.

| | ParentBranch |

The DXTreeView displays a node that meets the filter criteria and all its parent nodes, even if they do not meet the filter criteria.

| | EntireBranch |

The DXTreeView displays a node that meets the filter criteria and all its parent and child nodes, even if they do not meet the filter criteria.

| | Recursive |

The DXTreeView displays a node that meets the filter criteria only if its parent nodes also meet the filter criteria.

|

The following properties accept/return TreeDataFilterMode values:

Extension Methods

Yield<TreeDataFilterMode>()

YieldIfNotNull<TreeDataFilterMode>()

See Also

DevExpress.Maui.TreeView Namespace