IsSelectable Property (DataGridColumn)
In This Topic
Gets or sets a value indicating whether the user is allowed to set the current cell from this column.
Syntax
'Declaration
Public Property IsSelectable As Boolean
public bool IsSelectable {get; set;}
See Also