C#
VB
C++
Specifies the direction in which to sort a list of items.
public enum SortOrder
Public Enum SortOrder
public enum class SortOrder sealed
Members
0 | Ascending |
Sort from smallest to largest. For example, from A to Z. |
2 | Descending |
Sort from largest to smallest. For example, from Z to A. |
The SortOrder enumeration is used to represent the direction in which items are sorted in the Medical Viewer Control.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET