GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / Comparer Property
In This Topic
    Comparer Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets how the children should be sorted.
    Syntax
    public IComparer<GoLayoutTreeNode> Comparer {get; set;}
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method.
    See Also