TreeList.FilterNodes(TreeListNodes) Method
Forces data filtering for the specified node collection.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
nodes | TreeListNodes | A collection of nodes to be filtered. |
Remarks
The FilterNodes method fires the TreeList.FilterNode event for each node in the specified node collection. This event allows specific nodes to be hidden based on your requirements.
See Also