'Declaration Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
'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.Controls.C1GridView.SelectionMode