getSortProperty ();
The getSortProperty method returns name of a node property, by which the data is to be sorted.
Property by which the data is sorted, is selected in the property parameter of the TreeList.sort method. For example, if the TreeNode.Checked property is selected, the nodes are sorted taking into account checkbox state.
The example of property use is given in description of the TreeList.sort method.
See also: