WinForms › Tree 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
Ascending | The ascending sort order. |
Default | The default built-in sorting. |
Descending | The descending sort order. |
Members
Ascending
The ascending sort order.
Default
The default built-in sorting.
If the control was data-bound (via
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.
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.