[]
Specifies where the new row template should be displayed when the grid is bound to a C1.DataCollection.IDataCollection<> 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. |