Nevron.Nov.Grid Namespace / ENGridUpdateMode Enumeration
In This Topic
    ENGridUpdateMode Enumeration
    In This Topic
    Enumerates the possible ways in which data cell editors can update data cell values.
    Syntax
    public enum ENGridUpdateMode : System.Enum 
    Members
    MemberDescription
    ImmediateThe value of the data cell is immediately updated when the value of the editor changes. Editing cannot be canceled.
    TransactionChanges are committed to the data cell, when the user finishes editing (by moving the focus to another item, or pressing Alt-Enter). The editing is canceled by pressing the Esc key.
    Inheritance Hierarchy

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

    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