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

Sorting Nodes

Updated over 1 year ago

RadTreeView support nodes sorting. The sorting operation is applied separately to each group of nodes at the the same level. To sort the nodes, you should just set the SortOrder property to one of the following values: None, Ascending or Descending.

For example, if we have this RadTreeView instance:

WinForms RadTreeView Sorting Nodes

and we set the SortOrder as shown below:

C#
this.radTreeView1.SortOrder = SortOrder.Ascending;

we will get this look of RadTreeView at the end:

WinForms RadTreeView SortOrder Ascending

See Also

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