Description:
Identifier of the column that is used to sort by.
For the list of identifiers see the "
Columns" configurator.
Note:
Property access
for read and write.
The default value of this property is defined in the "
Sort by column" configurator of this object.
This property is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
var oViewer = pMe.Items("/Viewer");
oViewer.SortCol = "timeon";
// Writing into the property
var nSortCol = oViewer.SortCol;
// Reading from the property