DataGridViewSortCompareEventArgs::Column Property
.NET Framework (current version)
Gets the column being sorted.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This property is useful in determining and controlling sort behavior in programmatic sorts.
The following code example demonstrates the use of Column in a multiple column sort. In this example the ID column is used to determine the final order if there are identical values in the sorted column, so no additional sorting will be done if there are duplicate values in the ID column. This example is part of a larger example provided in How to: Customize Sorting in the Windows Forms DataGridView Control.
.NET Framework
Available since 2.0
Available since 2.0
Show: