GoXam for WPF v3
Sorting Property (TreeVertex)
Northwoods.GoXam.Layout Namespace > TreeVertex Class : Sorting Property
Gets or sets whether and in what order the children should be sorted.
Syntax
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