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