| C1.Web.Wijmo.Extenders.4 Assembly > C1.Web.Wijmo.Extenders.C1Grid Namespace : SelectionMode Enumeration |
'Declaration Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
| Member | Description |
|---|---|
| MultiColumn | It is possible to select more than one row at the same time using the mouse and the CTRL or SHIFT keys. |
| MultiRange | It is possible to select more than one cells range at the same time using the mouse and the CTRL or SHIFT keys. |
| MultiRow | It is possible to select more than one row at the same time using the mouse and the CTRL or SHIFT keys. |
| None | Selection is turned off. |
| SingleCell | Only a single cell can be selected at the same time. |
| SingleColumn | Only a single column can be selected at the same time. |
| SingleRange | Only a single range of cells can be selected at the same time. |
| SingleRow | Only a single row can be selected at the same time. |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Extenders.C1Grid.SelectionMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2