ExtCtrls > ExtCtrls Assembly Interfaces > IDataGridCompareEventArgs
The IDataGridCompareEventArgs interface contains argument properties of the event of comparing column values within custom sorting of the DataGrid component.
Property name | Brief description | |
![]() |
The Compare property determines whether the sorting is executed. | |
![]() |
The LeftRow property returns the index of the first string to compare. | |
![]() |
The RightRow property returns the index of the second string to compare. |
Property name | Brief description | |
![]() |
The Column property returns the column, for which the event is generated. |
Property name | Brief description | |
![]() |
Grid | The Grid property returns the table, for which any event is generated. |
See also: