Nevron.Nov.Grid Namespace / ENBeginEditingTriggers Enumeration
In This Topic
    ENBeginEditingTriggers Enumeration
    In This Topic
    Masked enum that specifies the triggers for a cell to begin to be edited.
    Syntax
    public enum ENBeginEditingTriggers : System.Enum 
    Members
    MemberDescription
    AllThe All value
    AlphaOrNumberPressedThe user presses an alpha or number char key inside the current cell.
    CellBecomeCurrentThe cell becomes the current cell.
    ClickThe user clicks in the cell.
    DoubleClickThe user double clicks in the cell.
    EnterPressedThe user presses the Enter key inside the current cell.
    F2PressedThe user presses the F2 key inside the current cell.
    NoneThe None value.
    Inheritance Hierarchy

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

    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