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 nameDescription
Default No special action.
MoveDown Move the cursor down by one row.
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.
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.

See Also