GoXam for WPF v3
Sorting Property (TreeVertex)
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
>
TreeVertex Class
: Sorting Property
Gets or sets whether and in what order the children should be sorted.
Syntax
C#
public
TreeSorting
Sorting {
get
;
set
;}
Property Value
The default value is
TreeSorting.Forwards
.
Remarks
This inherited property is initialized in the
InitializeTreeVertexValues
method.
See Also
Reference
TreeVertex Class
TreeVertex Members