C1.WPF.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.WPF.FlexGrid.KeyAction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2