Back to Devexpress

TreeListView.FilterMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-317f8864.md

latest2.3 KB
Original Source

TreeListView.FilterMode Property

OBSOLETE

Use the FilteringMode property instead

Gets or sets how nodes are filtered.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the TreeListView.FilteringMode property instead")]
[Browsable(false)]
public TreeListFilterMode FilterMode { get; set; }
vb
<Obsolete("Use the TreeListView.FilteringMode property instead")>
<Browsable(False)>
Public Property FilterMode As TreeListFilterMode

Property Value

TypeDefaultDescription
TreeListFilterModeSmart

A TreeListFilterMode enumeration value that specifies how nodes are filtered.

|

Available values:

NameDescription
Standard

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

| | Smart |

(Default)

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

| | Extended |

The TreeListView displays a node that meets the filter criteria along with all its parent nodes even if they do not meet the filter criteria.

|

Remarks

Note

Starting with v19.1 , the FilterMode property is obsolete. Use the TreeListView.FilteringMode property instead.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace