IsEditable Property (DataGridColumn)
In This Topic
Gets a value indicating whether the cells in the column are editable or not.
Syntax
'Declaration
Public Overridable ReadOnly Property IsEditable As Boolean
public virtual bool IsEditable {get;}
See Also