Skip to main content
Version: 3.5

DataGridViewSelectionMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Describes how cells of a DataGridView control can be selected.

public enum DataGridViewSelectionMode : Enum

Fields

NameDescription
CellSelectOne or more individual cells can be selected.
ColumnHeaderSelectThe column will be selected by clicking in the column's header cell. An individual cell can be selected by clicking that cell.
FullColumnSelectThe entire column will be selected by clicking the column's header or a cell contained in that column.
FullRowSelectThe entire row will be selected by clicking its row's header or a cell contained in that row.
NoSelectionSelection is disabled.
RowColumnHeaderSelectThe column or the row will be selected by clicking on the header cell. An individual cell can be selected by clicking that cell.
RowHeaderSelectThe row will be selected by clicking in the row's header cell. An individual cell can be selected by clicking that cell.

Used By

NameDescription
DataGridView.SelectionModeReturns or sets a value indicating how the cells of the DataGridView can be selected.