ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridNewRowVisibility Enumeration

In This Topic
    DataGridNewRowVisibility Enumeration
    In This Topic
    Determines where the new row will be placed.
    Syntax
    'Declaration
     
    
    Public Enum DataGridNewRowVisibility 
       Inherits System.Enum
    public enum DataGridNewRowVisibility : System.Enum 
    Members
    MemberDescription
    BottomThe new row will be placed at the bottom.
    TopThe new row will be placed on top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.DataGrid.DataGridNewRowVisibility

    See Also