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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly