Enum GridSorting

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies whether to sort the children of a part, and in what order to position them. Used for Sorting.

Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public enum GridSorting
Remarks

The default Comparer does a case-insensitive comparison of the value of each node's Text property.

Fields

Name Description
Ascending

Lay out each item according to the sort order given by Comparer.

Descending

Lay out each item in reverse sort order given by Comparer.

Forwards

Lay out each item in the order in which the nodes were given.

Reverse

Lay out each item in reverse order from which the nodes were given.