Skip to main content
Version: 4.1

DataGridViewColumnsSortMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Defines how a DataGridView columns can be sorted by the user.

public enum DataGridViewColumnsSortMode : Enum

Fields

NameDescription
AutomaticThe 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.
NotSortableThe column can only be sorted programmatically.
ProgrammaticThe column can only be sorted programmatically, and a sorting glyph will be displayed automatically.

Used By

NameDescription
DataGridView.DefaultSortModeReturns or sets the default SortMode for all columns when the property SortMode is set to NotSet (default).