Click or drag to resize

SortOrder Enumeration

Specifies how items in a list are sorted.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public enum SortOrder
Members
  Member nameValueDescription
Ascending0The items are sorted in ascending order.
Descending1The items are sorted in descending order.
None2The items are not sorted.
Remarks
Use the members of this enumeration to set the value of the Sorting property of the ListView control.
See Also