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

TreeList.FilterNodes(TreeListNodes) Method

Forces data filtering for the specified node collection.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

#Declaration

public virtual void FilterNodes(
    TreeListNodes nodes
)

#Parameters

Name Type Description
nodes TreeListNodes

A collection of nodes to be filtered.

#Remarks

The FilterNodes method fires the TreeList.CustomRowFilter event for each node in the specified node collection. This event allows you to hide specific nodes based on your requirements.

See Also