ComponentOne DataGrid for WPF and Silverlight
IsSelected Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : IsSelected Property
Gets a value indicating whether this column 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

DataGridColumn Class
DataGridColumn Members