Nevron.Nov.Grid Namespace / ENEndEditingTriggers Enumeration
In This Topic
    ENEndEditingTriggers Enumeration
    In This Topic
    Masked enum that specifies the triggers for a cell to end editing.
    Syntax
    public enum ENEndEditingTriggers : System.Enum 
    Members
    MemberDescription
    Bind 
    CellLoseCurrentThe cell looses the current cell status.
    ClickRowA row has been clicked
    ClickRowHeaderA row header has been clicked
    EnterPressedThe user presses the Enter key inside the current cell.
    EscPressedThe user presses the Esc key inside the current cell.
    GridFocusOutThe grid looses focus.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Grid.ENEndEditingTriggers

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also