diff --git a/xml/System.Windows.Controls/DataGrid.xml b/xml/System.Windows.Controls/DataGrid.xml index 946e877bd5e..9c3fc07ea03 100644 --- a/xml/System.Windows.Controls/DataGrid.xml +++ b/xml/System.Windows.Controls/DataGrid.xml @@ -47,7 +47,7 @@ You can use the collection to programmatically add, insert, remove, and change any columns in the control at run time. Check the property to determine whether a column is auto generated or user defined. Auto-generated columns will be automatically added, removed, or regenerated when the changes. ## Selection - By default, the entire row is selected when a user clicks a cell in a , and a user can select multiple rows. You can set the property to specify whether a user can select cells, full rows, or both. Set the property to specify whether multiple rows or cells can be selected, or only single rows or cells. + By default, the entire row is selected when a user clicks a cell in a , and a user can select multiple rows. You can set the property to specify whether a user can select cells, full rows, or both. Set the property to specify whether multiple rows or cells can be selected, or only single rows or cells. You can get information about the cells that are selected from the property. You can get information about cells for which selection has changed in the of the event. Call the or methods to programmatically select or unselect all cells. For more information, see [Default Keyboard and Mouse Behavior in the DataGrid Control](~/docs/framework/wpf/controls/default-keyboard-and-mouse-behavior-in-the-datagrid-control.md). @@ -5879,4 +5879,4 @@ - \ No newline at end of file +