order Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(SortingOperation.prototype, 'order', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly