TreeListView.FilterMode Property
In This Article
Gets or sets how nodes are filtered.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Tree |
A DevExpress. |
#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