Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridViewData.NewItemRow Property

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

#Declaration

Delphi
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