Gets or sets a value indicating whether the property value can be edited.
Namespace:
C1.WPF.ExtendedAssembly: C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public bool ReadOnly { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
Visual Basic |
---|
Public Property ReadOnly As Boolean <CompilerGeneratedAttribute> _ Get <CompilerGeneratedAttribute> _ Set |
XAML Attribute Usage |
---|
<object ReadOnly="bool" .../> |