The GridSelectionModes enumeration provides the following values:
Description | Value |
---|---|
GridSelectCells | The default selection mode allowing selection of the individual cells as well as of the entire rows and columns. |
GridSelectRows | The selection mode allowing the selection of the entire rows only. |
GridSelectColumns | The selection mode allowing the selection of the entire columns only. |
GridSelectRowsOrColumns | The selection mode allowing the user to select either the entire columns or the entire rows but not individual cells nor blocks. |