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