public enum GridSorting : System.Enum
public enum GridSorting : System.Enum
| Member | Description | 
|---|---|
| Ascending | Lay out each item according to the sort order given by GridLayout.Comparer. | 
| Descending | Lay 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. | 
System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.GridSorting