DataGridColumnIsReadOnly Property |
Gets or sets a value that indicates whether cells in the column can be edited.
Namespace: System.Windows.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntaxpublic bool IsReadOnly { get; set; }
Return Value
Type:
Booleantrue 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