ComponentOne FlexGrid for WPF and Silverlight
NewRowPosition Enumeration

C1.WPF.FlexGrid Namespace : NewRowPosition Enumeration
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 System.ComponentModel.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.WPF.FlexGrid.NewRowPosition

See Also

Reference

C1.WPF.FlexGrid Namespace