Skip to main content

TcxCustomGridTableOptionsData.Inserting Property

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

Declaration

property Inserting: Boolean read; write; default True;

Property Value

Type Default
Boolean True

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