SortOrder Enumeration

Summary

Describes the order of which sorting is used to arrange the images inside the cell.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.SortOrder = { 
	ascending: 0, 
	descending: 2 
} 
lt.Controls.Medical.SortOrder = { 
	ascending: 0, 
	descending: 2 
} 
Members
0 Ascending

Sort in an ascending order.

2 Descending

Sort in a descending order.

Remarks

This is used for the sorting feature in the medical viewer, refer to SortingOperation

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.Controls.Medical Assembly

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