GridViewNewItemRowPosition Enum
In This Article
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
#Members
Name | Description |
---|---|
Top
|
The new item row is displayed above data rows. |
Bottom
|
The new item row is displayed below data rows. |
#Related API Members
The following properties accept/return GridViewNewItemRowPosition values:
See Also