ComponentOne DataGrid for WPF and Silverlight
DataGridNewRowVisibility Enumeration

C1.WPF.DataGrid Namespace : DataGridNewRowVisibility Enumeration
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.WPF.DataGrid.DataGridNewRowVisibility

See Also

Reference

C1.WPF.DataGrid Namespace