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