Skip to main content

TcxGridViewData.NewItemRow Property

Specifies the “new item row” in the grid View.

Declaration

property NewItemRow: TcxGridNewItemRow read;

Property Value

Type
TcxGridNewItemRow

Remarks

The NewItemRow property references the record where an end-user can enter new data in the grid. The ‘new item row’ is displayed if the OptionsView.NewItemRow property is set to True. Otherwise, this row is not displayed and NewItemRow contains NIL.

If the new item row is not visible, an end-user is still able to add new records. If the View’s OptionsData.Appending property is True, pressing the down arrow key when the last record is focused adds a new record at the end of the dataset. Setting the OptionsData.Inserting property to True allows an end-user to insert a record by pressing the Insert key.

See Also