GrapeCity.Win.MultiRow Namespace : SortCompareEventArgs Class |
The following tables list the members exposed by SortCompareEventArgs.
Name | Description | |
---|---|---|
![]() | SortCompareEventArgs Constructor | Initializes a new instance of the SortCompareEventArgs class. |
Name | Description | |
---|---|---|
![]() | CellIndex | Gets the cell index in its parent Section. |
![]() | CellValue1 | Gets the value of the first cell to compare. |
![]() | CellValue2 | Gets the value of the second cell to compare. |
![]() | Handled | (Inherited from System.ComponentModel.HandledEventArgs) |
![]() | RowIndex1 | Gets the row index of the first cell to compare. |
![]() | RowIndex2 | Gets the row index that contains the second cell to compare. |
![]() | SortResult | Gets or sets the sort result. |