Gets or sets whether or not the text box part of this control is read only. The default is false. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IsReadOnly { get; set; }
Visual Basic (Declaration)
Public Property IsReadOnly As Boolean

Remarks

Dependency Property Information
Identifier field IsReadOnlyProperty
Metadata properties set to true None

See Also