Enumeration DataGridSelectionMode

Indicates the selection mode to use for the grid.

Enumeration Members

MultipleCell: 4

Multiple cells are permitted to be selected at a time from interaction.

MultipleRow: 2

Multiple rows are permitted to be selected at a time from interaction.

None: 0

No selection should be peformed based on interaction.

RangeCell: 5

Multiple cells are allowed to be selected however they are stored as ranges not individual cells.

SingleCell: 3

A single cell is permitted to be selected at a time from interaction.

SingleRow: 1

A single row is permitted to be selected at a time from interaction.