Back to Devexpress

New Item Row

wpf-6258-controls-and-libraries-data-grid-visual-elements-common-elements-new-item-row.md

latest2.3 KB
Original Source

New Item Row

  • Nov 11, 2021

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

New Item Row in TableView

New Item Row in TreeListView

Tip

Demos :

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

Add and Remove Rows