Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridNewRowPosition Enumeration


In This Topic
    GridNewRowPosition Enumeration
    In This Topic
    Specifies where the new row template should be displayed when the grid is bound to a C1.DataCollection.IDataCollection`1 that supports adding new items.
    Syntax
    'Declaration
     
    
    Public Enum GridNewRowPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridNewRowPosition
    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.Android.Grid.GridNewRowPosition

    See Also