order Property

Summary

Gets or sets the enumeration that determines whether to sort in ascending to descending order.

Syntax
TypeScript
JavaScript
Object.defineProperty(SortingOperation.prototype, 'order', 
	get: function(), 
	set: function(value) 
) 
order: SortOrder; 

Property Value

SortOrder enumeration that determines whether to sort in ascending to descending order.

Remarks

To determine which DICOM tag to use for sort, refer to SelectorAttribute.

For steps on how to sort the medical viewer cell, 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