aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-8c287dfa.md
Gets or sets the position of the new item row within the ASPxGridView.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(GridViewNewItemRowPosition.Top)]
public GridViewNewItemRowPosition NewItemRowPosition { get; set; }
<DefaultValue(GridViewNewItemRowPosition.Top)>
Public Property NewItemRowPosition As GridViewNewItemRowPosition
| 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.
| | Bottom |
The new item row is displayed below data rows.
|
You can access this nested property as listed below:
| Object Type | Path to NewItemRowPosition |
|---|---|
| ASPxGridView |
.SettingsEditing .NewItemRowPosition
| | GridViewProperties |
.SettingsEditing .NewItemRowPosition
|
For information on adding new records, see Edit and Add Records.
See Also
ASPxGridViewEditingSettings Class