The ITreeControlCompareEventArgs interface contains properties of the argument of the event that occurs when custom sorting of elements of the TreeCombo or TreeList components is executed.
| Property name | Brief description | |
| The Column property returns the column of the component, by which sorting is executed. | ||
| The Compare property determines whether sorting is executed. | ||
| The LeftItem property returns the first compared element of the component. | ||
| The RightItem property returns the second compared element of the component. |
| Property name | Brief description | |
| The TreeControl property returns the component, for which the event was generated. |
See also: