GoXam for WPF v3
Comparer Property (TreeLayout)
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
>
TreeLayout Class
: Comparer Property
Gets or sets the default
IComparer
used for sorting.
Syntax
C#
public
IComparer<TreeVertex>
Comparer {
get
;
set
;}
Property Value
The default comparer compares the
Node
Text values.
Remarks
This sets the
RootDefaults
's property of the same name.
See Also
Reference
TreeLayout Class
TreeLayout Members