Table of Contents

Enum SortOrder

Namespace
Northwoods.Go.Layouts.Extensions
Assembly
PackedWinForms.dll

These values specify the order that nodes will be sorted, if applicable. Used for SortOrder.

public enum SortOrder

Fields

Ascending = 1

Nodes will be sorted in ascending order; this value is used for SortOrder.

Does nothing if SortMode is set to None.

Descending = 0

Nodes will be sorted in descending order; this value is used for SortOrder.

Does nothing if SortMode is set to None.