←Select platform

SortingDirection Enumeration

Summary

Specifies the direction in which to sort a list of items.

Syntax
C#
VB
C++
public enum SortingDirection 
Public Enum SortingDirection 
public enum class SortingDirection sealed 
Members
0 Increasing

Sort from smallest to largest. For example, from A to Z.

1 Decreasing

Sort from largest to smallest. For example, from Z to A.

Remarks

The SortingDirection enumeration is used to represent the direction in which items are sorted in a display set.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.