ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / NewRowVisibility Property

In This Topic
    NewRowVisibility Property (C1DataGrid)
    In This Topic
    Gets or sets a value that indicates where the new row will be located. If Top is set the new row will be located on top of the data rows, if Bottom is set will be located at the bottom of the data rows.
    Syntax
    'Declaration
     
    
    Public Property NewRowVisibility As DataGridNewRowVisibility
    public DataGridNewRowVisibility NewRowVisibility {get; set;}
    Remarks
    This property can be used along with FrozenTopRowsCount or FrozenBottomRowsCount to make the row always visible when the user scrolls the data.
    See Also