DataGridViewColumnSortMode Enumeration
.NET Framework (current version)
Defines how a DataGridView column can be sorted by the user.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Automatic | The user can sort the column by clicking the column header unless the column headers are used for selection. A sorting glyph will be displayed automatically. | |
| NotSortable | The column can only be sorted programmatically, but it is not intended for sorting, so the column header will not include space for a sorting glyph. | |
| Programmatic | The column can only be sorted programmatically, and the column header will include space for a sorting glyph. |
The following code example illustrates the use of this type. For more information, see How to: Set the Sort Modes for Columns in the Windows Forms DataGridView Control.
.NET Framework
Available since 2.0
Available since 2.0
Show: