Skip to main content
Tab

GridViewNewItemRowPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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:

See Also