GoXam for WPF v3
Comparer Property (GridLayout)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
GridLayout Class
: Comparer Property
Gets or sets the comparison function used to sort the nodes.
Syntax
C#
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