DataGridViewColumnSortMode
Wisej.Web.DataGridViewColumnSortMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines how a DataGridView column can be sorted by the user.
Fields
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.
NotSet
The sorting behavior of the column is inherited from the DefaultSortMode property.
NotSortable
The column can only be sorted programmatically.
Programmatic
The column can only be sorted programmatically, and a sorting glyph will be displayed automatically.
Used By
Name
Description
Returns the sort mode in effect for the column.
Returns or sets the sort mode for the column.
Last updated
Was this helpful?