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

Leadtools.Controls.Medical Assembly

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