[]
        
(Showing Draft Content)

C1.Win.FlexGrid.KeyActionEnum

KeyActionEnum Enum

Specifies the action to perform when the ENTER and TAB keys are pressed.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum KeyActionEnum

Fields

Name Description
MoveAcross

Move to the next column. At the end of the row, wrap to the start of the next row.

MoveAcrossOut

Same as MoveAcross, but move the focus to the next control in the tab order when the last cell in the grid is reached.

This setting applies only to the KeyActionTab property; when used with KeyActionEnter it behaves like MoveAcross.

MoveDown

Move to the next row.

None

No special action (allow system to handle the key). For example, the TAB key is normally used to cycle through the controls on a form.