ComponentOne DataGrid for WPF and Silverlight
IsSelectable Property (DataGridCell)

C1.WPF.DataGrid Namespace > DataGridCell Class : IsSelectable Property
Gets a value indicating whether this cell is selectable.
Syntax
'Declaration
 
Public ReadOnly Property IsSelectable As System.Boolean
public System.bool IsSelectable {get;}

Property Value

true if this cell is selectable; otherwise, false.
See Also

Reference

DataGridCell Class
DataGridCell Members