GoXam for WPF v3
GridSorting Enumeration
Northwoods.GoXam.Layout Namespace : GridSorting Enumeration
This enumeration specifies whether to sort all of the nodes, and in what order to position them.
Syntax
public enum GridSorting : System.Enum 
Members
MemberDescription
AscendingLay out each item according to the sort order given by GridLayout.Comparer.
DescendingLay out each item in reverse sort order given by GridLayout.Comparer.
Forward Lay out each item in the order in which the nodes were given.
Reverse Lay out each item in reverse order from which the nodes were given.
Remarks
The default GridLayout.Comparer does a case-insensitive comparison of the value of each node's Text property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.GridSorting

See Also

Reference

Northwoods.GoXam.Layout Namespace