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

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