Back to Devexpress

TcxCustomGridTableOptionsData.Inserting Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsdata-651966d1.md

latest1.0 KB
Original Source

TcxCustomGridTableOptionsData.Inserting Property

Determines whether a user can insert records by pressing the Insert key or via the new item row.

Declaration

delphi
property Inserting: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Use this property to determine whether a user can insert records by pressing the Insert key or via the new item row.

The default value of the Inserting property is True.

See Also

TcxCustomDataController.Insert

TcxCustomGridTableController.CreateNewRecord

TcxCustomGridTableOptionsData Class

TcxCustomGridTableOptionsData Members

cxGridCustomTableView Unit