| C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace : KeyAction Enumeration |
'Declaration Public Enum KeyAction Inherits System.Enum
public enum KeyAction : System.Enum
| Member | Description |
|---|---|
| Default | No special action. |
| MoveAcross | Move the cursor right by one column. |
| MoveAcrossOut | Move the cursor right by one column, and to the next control in the tab order when the last cell is reached. |
| MoveDown | Move the cursor down by one row. |
| None | Ignore the key. This setting may be useful in situations where there are default buttons on a form. In this case, the grid should ignore the Enter key and let the form handle it. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.FlexGrid.KeyAction