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 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.