Description:
Sorting direction (ascending/descending).
Values:
0 = ascending
1 = descending
Note:
Property access
for read and write.
The default value of this property is defined in the "
Sorting type" configurator of this object.
This property is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
var oViewer = pMe.Items("/Viewer");
oViewer.SortType = 1;
// Writing into the property
var nSortType = oViewer.SortType;
// Reading from the property