ComponentOne DataGrid for WPF and Silverlight
SelectedCells Property (DataGridSelectionManager)

C1.WPF.DataGrid Namespace > DataGridSelectionManager 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

DataGridSelectionManager Class
DataGridSelectionManager Members