New to Telerik UI for WinFormsStart a free 30-day trial

Filtering Nodes

Updated over 6 months ago

RadTreeView supports filtering of its nodes according to their Text property. In order to apply a filter, you should set the Filter property to the desired text value.

For example, if we have this RadTreeView instance:

WinForms RadTreeView Filtering Nodes

and we set the Filter property as shown below:

C#
this.radTreeView1.Filter = "new";

we will get this look of RadTreeView at the end:

WinForms RadTreeView Filter Property

See Also

In this article
See Also
Not finding the help you need?
Contact Support