ComponentOne Xamarin Edition
GridNewRowPosition Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridNewRowPosition Enumeration
Specifies where the new row template should be displayed when the grid is bound to a C1.CollectionView.ICollectionView<T> that supports adding new items.
Syntax
public enum GridNewRowPosition : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.GridNewRowPosition

See Also

Reference

C1.Xamarin.Forms.Grid Namespace