ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / Type Property

In This Topic
    Type Property (DataGridRow)
    In This Topic
    Gets the type of row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As DataGridRowType
    public DataGridRowType Type {get;}
    See Also