This documentation is archived and is not being maintained.
DataGridViewColumnSortMode Enumeration
Visual Studio 2010
Defines how a DataGridView column can be sorted by the user.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: