ComponentOne DataGrid for WPF and Silverlight
NewRowVisibility Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : NewRowVisibility Property
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

Reference

C1DataGrid Class
C1DataGrid Members