Click or drag to resize

Sort Enumeration

This type indicates whether an item shows the down or up arrow.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public enum Sort
Members
  Member nameValueDescription
None0 The item shows neither the up, nor the down arrow.
Up1 The item shows the up arrow.
Down2 The item shows the down arrow.
See Also