[]
Specifies where the new row template should be displayed when the AllowAddNew property is set to true and the grid is bound to a IEditableCollectionView that supports adding new items.
public enum NewRowPosition
Name | Description |
---|---|
Bottom | The new row template is displayed at the bottom of the grid. |
Top | The new row template is displayed at the top of the grid. |