DataGridViewSortCompareEventArgs Properties
.NET Framework 4.5
The DataGridViewSortCompareEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
CellValue1 | Gets the value of the first cell to compare. |
|
CellValue2 | Gets the value of the second cell to compare. |
|
Column | Gets the column being sorted. |
|
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. (Inherited from HandledEventArgs.) |
|
RowIndex1 | Gets the index of the row containing the first cell to compare. |
|
RowIndex2 | Gets the index of the row containing the second cell to compare. |
|
SortResult | Gets or sets a value indicating the order in which the compared cells will be sorted. |