Enum SortOrder
These values specify the order that nodes will be sorted, if applicable. Used for SortOrder.
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: PackedAvalonia.dll
Syntax
public enum SortOrder
Fields
Name | Description |
---|---|
Ascending | Nodes will be sorted in ascending order; this value is used for SortOrder. |
Descending | Nodes will be sorted in descending order; this value is used for SortOrder. |