C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridEnterAction Enumeration
GridEnterAction Enumeration
Defines constants that specify which action to perform when Enter key is pressed.
Syntax
public enum GridEnterAction : System.Enum 
Members
MemberDescription
MoveAcrossMove to the next column. At the end of the row, wrap to the start of the next row.
MoveDownMove the selection to the next row.
NoneNo special action.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Maui.Grid.GridEnterAction

See Also