Back to Devexpress

ASPxGridViewEditingSettings.NewItemRowPosition Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-8c287dfa.md

latest2.3 KB
Original Source

ASPxGridViewEditingSettings.NewItemRowPosition Property

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

Declaration

csharp
[DefaultValue(GridViewNewItemRowPosition.Top)]
public GridViewNewItemRowPosition NewItemRowPosition { get; set; }
vb
<DefaultValue(GridViewNewItemRowPosition.Top)>
Public Property NewItemRowPosition As GridViewNewItemRowPosition

Property Value

TypeDefaultDescription
GridViewNewItemRowPositionTop

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

|

Available values:

NameDescription
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 TypePath to NewItemRowPosition
ASPxGridView

.SettingsEditing .NewItemRowPosition

| | GridViewProperties |

.SettingsEditing .NewItemRowPosition

|

Remarks

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

See Also

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace