ITreeControl.SortDefault

Syntax

SortDefault;

Description

The SortDefault method sorts elements in the component.

Comments

The method is used if the SortType, Sorted and SortColumn properties are determined. Values are sorted in ascending order.

Example

The example of use is given in description of the ITreeControl.SortType property.

See also:

ITreeControl