Skip to main content

TreeListView.FilterMode Property

Gets or sets how nodes are filtered.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public TreeListFilterMode FilterMode { get; set; }

#Property Value

Type Description
TreeListFilterMode

A DevExpress.Xpf.Grid.TreeListFilterMode enumeration value that specifies how nodes are filtered.

#Remarks

The TreeListView allows its data to be filtered. Use the FilterMode property to specify the filter behavior.

  • Standard

    Nodes that doesn't meet the filter criteria (and all its children) are hidden.

  • Smart

    Filtering affects the hierarchy of nodes. To learn more, see Filtering Nodes.

See Also