GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / Sorting Property
In This Topic
    Sorting Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets whether and in what order the children should be sorted.
    Syntax
    public GoLayoutTreeSorting Sorting {get; set;}

    Property Value

    The default value is GoLayoutTreeSorting.GoLayoutTreeSorting.Forwards.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method.
    See Also