DataGrid.SelectedItems Property
Silverlight
Gets a list that contains the data items corresponding to the selected rows.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Property Value
Type: System.Collections.IListA list of the data items corresponding to the selected rows.
If the SelectionMode property is set to Single, the SelectedItems list will contain only the SelectedItem property value.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.