TreeList.getSortProperty

Syntax

getSortProperty ();

Description

The getSortProperty method returns name of a node property, by which the data is to be sorted.

Comments

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.

Example

The example of property use is given in description of the TreeList.sort method.

See also:

TreeList