[]
Specifies where the new row template should be displayed when the grid is bound to a IDataCollection<T> that supports adding new items.
public enum GridNewRowPosition
| Name | Description |
|---|---|
| Bottom | The new row template is displayed at the bottom of the grid. |
| None | Do not show new row template. |
| Top | The new row template is displayed at the top of the grid. |