ASPxGridViewEditingSettings.NewItemRowPosition Property
Gets or sets the position of the new item row within the ASPxGridView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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. |
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 NewItemRowPosition |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
For information on adding new records, see Edit and Add Records.
See Also