ComponentOne True DBGrid for WinForms
AddNewModeEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : AddNewModeEnum Enumeration
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

Reference

C1.Win.C1TrueDBGrid Namespace