DataGridSelectionManager Class Members
In This Topic
The following tables list the members exposed by DataGridSelectionManager.
Public Properties
| Name | Description |
| SelectedCells | Gets the selected cells. |
| SelectedColumns | Gets the selected columns. |
| SelectedRow | Gets the first selected row. In case there aren't selected rows return null. |
| SelectedRows | Gets the selected rows. |
| Selection | Gets the selection object which allows you to query and modify the selection. |
Top
Public Methods
| Name | Description |
| Clear | Clears the selection. |
| Select | Overloaded. Selects the specified cell. |
| SelectAll | Selects all the visible rows. |
Top
See Also