Assembly: ExtCtrls;
The IDataGridCompareEventArgs interface contains argument properties of the event of comparing column values within custom sorting of the DataGrid component.
| Property name | Brief description | |
![]() |
Compare | The Compare property determines whether the sorting is executed. |
![]() |
LeftRow | The LeftRow property returns the index of the first string to compare. |
![]() |
RightRow | The RightRow property returns the index of the second string to compare. |
| Property name | Brief description | |
![]() |
Column | 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: