SortOrder Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Controls.Medical.SortOrder = { 
	Ascending: 0, 
	Descending: 2 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly