Table of Contents

Enum GridSorting

Namespace
Northwoods.Go.Layouts
Assembly
Northwoods.GoDiagram.WinForms.dll

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

public enum GridSorting

Fields

Ascending = 2

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

Descending = 3

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

Forwards = 0

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

Reverse = 1

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

Remarks

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