TcxCustomGridTableOptionsData.Appending Property
In This Article
Determines whether a user can add a new record by pressing the down arrow on the keyboard when focus is on the last grid row.
#Declaration
Delphi
property Appending: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to allow a new record to be added by pressing the down arrow when focus is on the last grid row.
The default value of the Appending property is False.
See Also