GridViewNewItemRowPosition Enum
In This Article
Lists values that specify the position of the new item row within the GridView.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also