Specifies the actions taken by the grid when the user presses a key.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public enum KeyAction
Visual Basic
Public Enumeration KeyAction

Members

Member nameValueDescription
Default0 No special action.
MoveDown1 Move the cursor down by one row.
MoveAcross2 Move the cursor right by one column.
MoveAcrossOut3 Move the cursor right by one column, and to the next control in the tab order when the last cell is reached.
None4 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.

See Also