DataGridViewColumnSortMode Enumeration
.NET Framework 4.5
Defines how a DataGridView column can be sorted by the user.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| 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. | |
| 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.