NewItemRowPosition Enum
In This Article
Lists values that specify the New Item Row's position within a View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
None | The new item row is not shown. |
Top | The new item row is displayed at the top of the view. |
Bottom | The new item row is displayed at the bottom of the view. |
#Passed To
You can pass NewItemRowPosition values to the TableView.NewItemRowPosition property.
#Remarks
The values listed by this enumeration are used to set the TableView.NewItemRowPosition property's value.
See Also