The TreeControlCompareEventArgs class implements argument of the event that occurs when custom sorting of elements the TreeCombo or TreeList components is executed.
| Constructor name | Brief description | |
![]() |
Create | The Create 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 | |
![]() |
Column | The Column property returns the column of the component, by which sorting is executed. |
![]() |
Compare | The Compare property determines whether sorting is executed. |
![]() |
LeftItem | The LeftItem property returns the first compared element of the component. |
![]() |
RightItem | The RightItem property returns the second compared element of the component. |
| Property name | Brief description | |
![]() |
TreeControl | The TreeControl property returns the component, for which the event was generated. |
See also: