IDataGridCompareEventArgs

Description

The IDataGridCompareEventArgs interface contains argument properties of the event of comparing column values within custom sorting of the DataGrid component.

Properties

  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.

Properties inherited from IDataGridColumnEventArgs

  Property name Brief description
The Column property returns the column, for which the event is generated.

Properties inherited from IDataGridEventArgs

   Property name Brief description
Grid The Grid property returns the table, for which any event is generated.

See also:

ExtCtrls Assembly Interfaces