Gets a value that describes the current AddNew state.
[Visual Basic]
Public ReadOnly Property AddNewMode As AddNewModeEnum
[C#]
public AddNewModeEnum AddNewMode {get;}
[Delphi]
public property AddNewMode: AddNewModeEnum read get_AddNewMode;
Remarks
If the AllowAddNew property is True, the last row displayed in the grid is left blank to permit users to enter new records. If the AllowAddNew property is False, the blank row is not displayed, and AddNewMode always returns 0.
When AllowAddNew is True, the AddNewMode property returns one of the AddNewModeEnum values.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |