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 | |
Initialization | GridViewBase.AddingNewRow / TreeListView.AddingNewNode GridViewBase.AddingNewRowCommand / TreeListView.AddingNewNodeCommand |
Handle | |
Appearance | ColumnBase.NewItemRowCellStyle / TableView.NewItemRowCellStyle / TreeListView.NewItemRowCellStyle |
See Also