Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListFilterMode Enum

Lists the values that specify the TreeListView.FilterMode property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public enum TreeListFilterMode

#Members

Name Description
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 TreeListView.FilterMode property is obsolete. Use the TreeListView.FilteringMode property instead.

See Also