ComponentOne DataGrid for WPF and Silverlight
SelectedCells Property (DataGridSelection)

C1.Silverlight.DataGrid Namespace > DataGridSelection Class : SelectedCells Property
Gets the selected cells.
Syntax
'Declaration
 
Public ReadOnly Property SelectedCells As DataGridSelectedItemsCollection(Of DataGridCell)
public DataGridSelectedItemsCollection<DataGridCell> SelectedCells {get;}

Property Value

The selected cells.
See Also

Reference

DataGridSelection Class
DataGridSelection Members