WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.Grid Namespace / GridEnterAction Enumeration
In This Topic
    GridEnterAction Enumeration
    In This Topic
    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.WinUI.Grid.GridEnterAction

    See Also