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

In This Topic
    DataGridRow Class
    In This Topic
    Represents a DataGrid row.
    Object Model
    DataGridRow Class
    Syntax
    'Declaration
     
    
    Public Class DataGridRow 
       Inherits System.Windows.DependencyObject
    public class DataGridRow : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.DataGrid.DataGridRow
                C1.WPF.DataGrid.DataGridColumnHeaderRow
                C1.WPF.DataGrid.DataGridGroupRow
                C1.WPF.DataGrid.DataGridNewRow
                C1.WPF.DataGrid.Filters.DataGridFilterRow
                C1.WPF.DataGrid.Summaries.DataGridSummaryRow

    See Also