HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › NodeSortOrder

NodeSortOrder

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls

Lists the supported sort order for the nodes and its children nodes. Applicable only when the control is in TreeListView mode.

public enum NodeSortOrder

Members at a glance

AscendingThe ascending sort order.
DefaultThe default built-in sorting.
DescendingThe descending sort order.

Members

Ascending

The ascending sort order.

Default

The default built-in sorting.

If the control was data-bound (via HierarchicalDataSource, the the control will sort data in ascending order.
If the control's nodes were added programatically (not via data-binding as above), then the control will not sort data. It will preserve the order in which the nodes were built programatically.

Descending

The descending sort order.