GoXam for WPF v3
Comparer Property (GridLayout)
Northwoods.GoXam.Layout Namespace > GridLayout Class : Comparer Property
Gets or sets the comparison function used to sort the nodes.
Syntax
public IComparer<Node> Comparer {get; set;}

Property Value

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

Reference

GridLayout Class
GridLayout Members