[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.KeyAction

KeyAction Enum

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

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum KeyAction

Fields

Name 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.