Skip to main content
A newer version of this page is available. .
Tab

GridViewNewItemRowPosition Enum

Lists values that specify the position of the new item row within the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridViewNewItemRowPosition

Members

Name Description
Top

The new item row is displayed above data rows.

NewItemRowTop

Bottom

The new item row is displayed below data rows.

NewItemRowBottom

Related API Members

The following properties accept/return GridViewNewItemRowPosition values:

Remarks

The values listed by this enumeration are used to set the ASPxGridViewEditingSettings.NewItemRowPosition property.

See Also