True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / AddNewModeEnum Enumeration

In This Topic
    AddNewModeEnum Enumeration
    In This Topic
    Provides a description of the current addnew state with respect to the current cell.
    Syntax
    'Declaration
     
    Public Enum AddNewModeEnum 
       Inherits System.Enum
    public enum AddNewModeEnum : System.Enum 
    Members
    MemberDescription
    AddNewCurrentThe current cell is on the addnew row.
    AddNewPendingThere is an Add New operation pending.
    NoAddNewThe current cell is not on the addnew row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1TrueDBGrid.AddNewModeEnum

    See Also