ExtCtrls > ExtCtrls Assembly Interfaces > IDimensionViewerCompareEventArgs
The IDimensionViewerCompareEventArgs interface contains properties of the event argument that occurs during custom sorting of the DimensionCombo and the DimensionTree components elements.
Property name | Brief description | |
![]() |
The Column property returns the column of the component, by which the sorting is executed. | |
![]() |
The Compare property determines whether sorting is enabled. | |
![]() |
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 | |
![]() |
Viewer | The Viewer property returns the component, for which the event is generated. |
See also: