'Declaration Public Enum KeyAction Inherits System.Enum
public enum KeyAction : System.Enum
'Declaration Public Enum KeyAction Inherits System.Enum
public enum KeyAction : System.Enum
Member | Description |
---|---|
Cycle | Move the selection to the next column, then wrap to the next row. |
CycleEditable | Move the selection to the next editable column, then wrap to the next row. |
CycleOut | Move the selection to the next column, then wrap to the next row, then out of the control. |
MoveAcross | Move the selection to the next column. |
MoveDown | Move the selection to the next row. |
None | No special action (let the browser handle the key). |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Grid.KeyAction