'Declaration Public Enum KeyActionEnum Inherits System.Enum
public enum KeyActionEnum : System.Enum
'Declaration Public Enum KeyActionEnum Inherits System.Enum
public enum KeyActionEnum : System.Enum
| Member | Description | 
|---|---|
| MoveAcross | Move to the next column. At the end of the row, wrap to the start of the next row. | 
| MoveAcrossOut | Same as MoveAcross, but move the focus to the next control in the tab order when the last cell in the grid is reached. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.KeyActionEnum