Wisej.Web.DataGridViewColumnsSortMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines how a DataGridView columns can be sorted by the user.
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.
Programmatic
The column can only be sorted programmatically, and a sorting glyph will be displayed automatically.
Returns or sets the default for all columns when the property is set to (default).