Northwoods.GoSilverlight 1.2.2 Assembly
GridSorting Enumeration
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : GridSorting Enumeration

This enumeration specifies whether to sort all of the nodes, and in what order to position them.

Syntax

Visual Basic (Declaration) 
Public Enum GridSorting 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum GridSorting : System.Enum, IComparableIConvertibleIFormattable  

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 Part.Text property.

Inheritance Hierarchy

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

Requirements

See Also

© 2010 All Rights Reserved.