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

ASPxGridViewEditingSettings.NewItemRowPosition Property

Gets or sets the position of the new item row within the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(GridViewNewItemRowPosition.Top)]
public GridViewNewItemRowPosition NewItemRowPosition { get; set; }

Property Value

Type Default Description
GridViewNewItemRowPosition **Top**

A GridViewNewItemRowPosition enumeration value that specifies the position of the new item row within the ASPxGridView.

Available values:

Name Description
Top

The new item row is displayed above data rows.

NewItemRowTop

Bottom

The new item row is displayed below data rows.

NewItemRowBottom

Property Paths

You can access this nested property as listed below:

Library Object Type Path to NewItemRowPosition
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsEditing .NewItemRowPosition
GridViewProperties
.SettingsEditing .NewItemRowPosition
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsEditing .NewItemRowPosition
ASP.NET MVC Extensions GridViewSettings
.SettingsEditing .NewItemRowPosition
GridViewSettings<RowType>
.SettingsEditing .NewItemRowPosition
MVCxGridView
.SettingsEditing .NewItemRowPosition
MVCxGridViewProperties
.SettingsEditing .NewItemRowPosition

Remarks

For information on adding new records, see Edit and Add Records.

See Also