ComponentOne DataGrid for WPF and Silverlight
DataGridRowType Enumeration

C1.WPF.DataGrid Namespace : DataGridRowType Enumeration
Specifies constants that define the different types of rows.
Syntax
'Declaration
 
Public Enum DataGridRowType 
   Inherits System.Enum
public enum DataGridRowType : System.Enum 
Members
MemberDescription
BottomA row which is at the bottom of the items rows.
GroupA row which represents a group of rows
ItemA common row.
NewA new row.
TopA row which is on top of the items rows.
UndefinedA row which is not in the row collection yet.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.DataGrid.DataGridRowType

See Also

Reference

C1.WPF.DataGrid Namespace