DataGridViewColumnSortMode
Wisej.Web.DataGridViewColumnSortMode
Last updated
Was this helpful?
Wisej.Web.DataGridViewColumnSortMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Defines how a DataGridView column can be sorted by the user.
public enum DataGridViewColumnSortMode : EnumPublic Enum DataGridViewColumnSortMode As [Enum]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.
Returns the sort mode in effect for the column.
Returns or sets the sort mode for the column.
Last updated
Was this helpful?
Was this helpful?

