ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridRowsDeletedEventArgs Class / DeletedRows Property

In This Topic
    DeletedRows Property (DataGridRowsDeletedEventArgs)
    In This Topic
    Gets the deleted rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeletedRows As DataGridRow()
    public DataGridRow[] DeletedRows {get;}

    Property Value

    The deleted rows.
    See Also