ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridBeginningNewRowEventArgs Class / NewRow Property

In This Topic
    NewRow Property (DataGridBeginningNewRowEventArgs)
    In This Topic
    Gets the new row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewRow As DataGridNewRow
    public DataGridNewRow NewRow {get;}
    See Also