Gets or sets a value indicating whether the column is read-only. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsReadOnly { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsReadOnly As Boolean |
true if the values in this column cannot be modified; otherwise, false.
See Also