DataGridSelectionUnit Enumeration
.NET Framework (current version)
Defines constants that specify whether cells, rows, or both, are used for selection in a DataGrid control.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Cell | Only cells are selectable. Clicking a cell selects the cell. Clicking a row or column header does nothing. | |
| CellOrRowHeader | Cells and rows are selectable. Clicking a cell selects only the cell. Clicking a row header selects the full row. | |
| FullRow | Only full rows are selectable. Clicking a cell or a row header selects the full row. |
The SelectionMode and SelectionUnit properties together determine how users can select items in a DataGrid. For example, if the SelectionMode is Single and the SelectionUnit is Cell, the user can select only one cell at a time in the DataGrid.
.NET Framework
Available since 4.0
Available since 4.0
Show: