DataGridViewSelectionMode Enumeration

List of enumerated values indicating how cells can be selected. Used to set the SelectionMode property of the DataGridView.

Namespace: elsystem.windows.forms

Enumerated Values
  Name

Value

Description
Public property CellSelect

0

One or more individual cells can be selected.
Public property ColumnHeaderSelect

4

The column will be selected by clicking in the column's header cell. An individual cell can be selected by clicking that cell.
Public property FullColumnSelect

2

The entire column will be selected by clicking the column's header or a cell contained in that column.
Public property FullRowSelect

1

The entire row will be selected by clicking its row's header or a cell contained in that row.
Public property RowHeaderSelect

3

The row will be selected by clicking in the row's header cell. An individual cell can be selected by clicking that cell.