Skip to main content
Tab

ASPxGridViewEditingSettings.NewItemRowPosition Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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:

Object Type Path to NewItemRowPosition
ASPxGridView
.SettingsEditing .NewItemRowPosition
GridViewProperties
.SettingsEditing .NewItemRowPosition

#Remarks

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

See Also