Skip to content

Commit 9c7325e

Browse files
authored
Update DataGrid.xml (dotnet#9034)
1 parent caf5841 commit 9c7325e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Controls/DataGrid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@
808808
<format type="text/markdown"><![CDATA[
809809
810810
## Remarks
811-
By default, the user can delete rows by selecting one or more rows and pressing the DELETE key. Deleting a row removes the item that the row represents from the <xref:System.Windows.Controls.ItemsControl.ItemsSource%2A>. If the <xref:System.Windows.Controls.ItemsControl.ItemsSource%2A> does not allow deletions, the user cannot delete rows even if this property is set to `true`.
811+
By default, the user can delete rows by selecting one or more rows and pressing the <kbd>Delete</kbd> key. Deleting a row removes the item that the row represents from the <xref:System.Windows.Controls.ItemsControl.ItemsSource%2A>. If the <xref:System.Windows.Controls.ItemsControl.ItemsSource%2A> does not allow deletions or if the <xref:System.Windows.Controls.DataGrid> is read-only, the user cannot delete rows even if this property is set to `true`.
812812
813813
]]></format>
814814
</remarks>

0 commit comments

Comments
 (0)