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 | |
![]() |
CellSelect |
0 |
One or more individual cells can be selected. |
![]() |
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. |
![]() |
FullColumnSelect |
2 |
The entire column will be selected by clicking the column's header or a cell contained in that column. |
![]() |
FullRowSelect |
1 |
The entire row will be selected by clicking its row's header or a cell contained in that row. |
![]() |
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. |