Back to Devexpress

TcxCustomGridTableOptionsData.Appending Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsdata.md

latest1.1 KB
Original Source

TcxCustomGridTableOptionsData.Appending Property

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

TypeDefault
BooleanFalse

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

TcxCustomDataController.Append

TcxCustomGridTableOptionsData.Inserting

TcxCustomGridTableOptionsData Class

TcxCustomGridTableOptionsData Members

cxGridCustomTableView Unit