Skip to main content
A newer version of this page is available. .

New Item Row

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

Tip

Demos:

Requires installation of WPF Subscription. Download

 

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

TableView.InitNewRow / TreeListView.InitNewNode

GridViewBase.AddingNewRow / TreeListView.AddingNewNode

Handle

DataControlBase.NewItemRowHandle

Appearance

ColumnBase.NewItemRowCellStyle / TableView.NewItemRowCellStyle / TreeListView.NewItemRowCellStyle

See Also