←Select platform

SortOrder Enumeration

Summary

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

Syntax
C#
C++/CLI
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.

Remarks

The SortOrder enumeration is used to represent the direction in which items are sorted in the Medical Viewer Control.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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