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
    MoveDownMove the selection to the next row.
    NoneNo special action.
    Inheritance Hierarchy

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

    See Also