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

In This Topic
    DataGridNewRow Class
    In This Topic
    Represents a C1.WPF.DataGrid new row.
    Object Model
    DataGridNewRow Class
    Syntax
    'Declaration
     
    
    Public Class DataGridNewRow 
       Inherits DataGridRow
    public class DataGridNewRow : DataGridRow 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.DataGrid.DataGridRow
                C1.WPF.DataGrid.DataGridNewRow

    See Also