Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / NewRowPosition Property


In This Topic
    NewRowPosition Property
    In This Topic
    Gets or sets a value that indicates whether the new row template should be displayed at the bottom or at the top of the grid, or if there should not be displayed.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("NewRowPosition")>
    <BrowsableAttribute(True)>
    Public Property NewRowPosition As GridNewRowPosition
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As GridNewRowPosition
     
    instance.NewRowPosition = value
     
    value = instance.NewRowPosition
    [Foundation.Export("NewRowPosition")]
    [Browsable(true)]
    public GridNewRowPosition NewRowPosition {get; set;}
    Remarks
    This property has an effect only when the grid is bound to a data source that supports adding new items.
    See Also