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

New Item Row

The New Item Row is an empty row within a View, used by end users to enter new records.

 

You can display the New Item Row either at the bottom or the top of a View.

The table below lists the main properties affecting element behavior and appearance.

Characteristics

Members

Visibility and Position

TableView.NewItemRowPosition / TreeListView.NewItemRowPosition

Contents

TableView.NewItemRowData / TreeListView.NewItemRowData

GridControl.GetCellValue / GridControl.SetCellValue

Initialization

GridViewBase.AddingNewRow / TreeListView.AddingNewNode

GridViewBase.AddingNewRowCommand / TreeListView.AddingNewNodeCommand

Handle

DataControlBase.NewItemRowHandle

Appearance

ColumnBase.NewItemRowCellStyle / TableView.NewItemRowCellStyle / TreeListView.NewItemRowCellStyle

See Also