ComponentOne DataGrid for WPF and Silverlight
IsSelected Property (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : IsSelected Property
Gets a value indicating whether this row is selected.
Syntax
'Declaration
 
Public ReadOnly Property IsSelected As System.Boolean
public System.bool IsSelected {get;}

Property Value

true if this row is selected; otherwise, false.
See Also

Reference

DataGridRow Class
DataGridRow Members