Northwoods.GoSilverlight 1.2.2 Assembly
Comparer Property
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > GridLayout Class : Comparer Property

Gets or sets the comparison function used to sort the nodes.

Syntax

Visual Basic (Declaration) 
Public Property Comparer As IComparer(Of Node)
C# 
public IComparer<Node> Comparer {get; set;}

Property Value

The default value is a case-insensitive alphabetic comparison using the Northwoods.GoXam.Part.Text (attached) property of each node.

Requirements

See Also

© 2010 All Rights Reserved.