Back to Devexpress

DXTreeView.FilterMode Property

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-46d2c05a.md

latest1.9 KB
Original Source

DXTreeView.FilterMode Property

Gets or sets how nodes are filtered. This is a bindable property.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public TreeDataFilterMode FilterMode { get; set; }

Property Value

TypeDescription
TreeDataFilterMode

A value that specifies how nodes are filtered.

|

Available values:

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.

|

Remarks

For more information, refer to the following help topic: Filter Tree View Items.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace