ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridRowType Enumeration

In This Topic
    DataGridRowType Enumeration
    In This Topic
    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.Silverlight.DataGrid.DataGridRowType

    See Also