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.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public enum NewRowPosition |
Visual Basic |
---|
Public Enumeration NewRowPosition |
Members
Member name | Value | Description | |
---|---|---|---|
Bottom | 0 | The new row template is displayed at the bottom of the grid. | |
Top | 1 | The new row template is displayed at the top of the grid. |