ComponentOne FlexGrid for UWP
KeyAction Enumeration

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace : KeyAction Enumeration
Specifies the actions taken by the grid when the user presses a key.
Syntax
'Declaration
 
Public Enum KeyAction 
   Inherits System.Enum
public enum KeyAction : System.Enum 
Members
MemberDescription
DefaultNo special action.
MoveAcrossMove the cursor right by one column.
MoveAcrossOutMove the cursor right by one column, and to the next control in the tab order when the last cell is reached.
MoveDownMove the cursor down by one row.
NoneIgnore 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.FlexGrid.KeyAction

See Also

Reference

C1.Xaml.FlexGrid Namespace