IsSelectable Property (DataGridCell)
In This Topic
Gets a value indicating whether this cell is selectable.
Syntax
'Declaration
Public ReadOnly Property IsSelectable As Boolean
public bool IsSelectable {get;}
Property Value
true
if this cell is selectable; otherwise,
false
.
See Also