Click or drag to resize
DataGridColumnIsReadOnly Property
Gets or sets a value that indicates whether cells in the column can be edited.

Namespace: System.Windows.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool IsReadOnly { get; set; }

Return Value

Type: Boolean
true if cells in the column cannot be edited; otherwise, false. The registered default is false. For information about what can influence the value, see DependencyProperty.
See Also