ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / NewRowPosition Enumeration

In This Topic
    NewRowPosition Enumeration
    In This Topic
    Specifies where the new row template should be displayed when the C1FlexGrid.AllowAddNew property is set to true and the grid is bound to a C1.Xaml.IEditableCollectionView that supports adding new items.
    Syntax
    'Declaration
     
    
    Public Enum NewRowPosition 
       Inherits System.Enum
    public enum NewRowPosition : System.Enum 
    Members
    MemberDescription
    BottomThe new row template is displayed at the bottom of the grid.
    TopThe new row template is displayed at the top of the grid.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.FlexGrid.NewRowPosition

    See Also