Skip to main content
A newer version of this page is available. .

TreeListFilterMode Enum

Lists values that specify the way nodes are filtered.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public enum TreeListFilterMode

Members

Name Description
Standard

Filtering doesn’t affect the hierarchy of nodes.

Smart

Filtering affects the hierarchy of nodes.

Extended

If a node matches the filter criteria, all its parent nodes are also displayed.

Related API Members

The following properties accept/return TreeListFilterMode values:

Remarks

The values listed by this enumeration are used to set the TreeListView.FilterMode property’s value.

See Also