'宣言 Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
'宣言 Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
| メンバ | 解説 |
|---|---|
| Cell | The user can select only a single cell at a time. |
| CellRange | The user can select contiguous blocks of cells. |
| ListBox | The user can select non-contiguous rows by ctrl+clicking. |
| MultiRange | The user can select multiple ranges by ctrl+clicking and dragging the mouse. |
| None | The user cannot select cells with the mouse or keyboard. |
| Row | The user can select a single row at a time. |
| RowRange | The user can select contiguous rows. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Grid.SelectionMode