C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNewRowPosition Enumeration

GridNewRowPosition Enumeration
Specifies where the new row template should be displayed when the grid is bound to a C1.DataCollection.IDataCollection`1 that supports adding new items.
Syntax
'Declaration
 
Public Enum GridNewRowPosition 
   Inherits System.Enum
 
Members
MemberDescription
BottomThe new row template is displayed at the bottom of the grid.
NoneDo not show new row template.
TopThe new row template is displayed at the top of the grid.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Grid.GridNewRowPosition

See Also