ASPxGridViewEditingSettings.NewItemRowPosition Property
In This Article
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 |
---|---|---|
Grid |
Top | A Grid |
Available values:
Name | Description |
---|---|
Top | The new item row is displayed above data rows. |
Bottom | The new item row is displayed below data rows. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to New |
---|---|
ASPx |
|
Grid |
|
#Remarks
For information on adding new records, see Edit and Add Records.
See Also