Back to Devexpress

GridViewNewItemRowPosition Enum

aspnet-devexpress-dot-web-5a6ad40e.md

latest1.4 KB
Original Source

GridViewNewItemRowPosition Enum

Lists values that specify 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
public enum GridViewNewItemRowPosition
vb
Public Enum GridViewNewItemRowPosition

Members

NameDescription
Top

The new item row is displayed above data rows.

| | Bottom |

The new item row is displayed below data rows.

|

The following properties accept/return GridViewNewItemRowPosition values:

See Also

NewItemRowPosition

Grid View

DevExpress.Web Namespace