Back to Devexpress

RichEditControl.ShowCaretInReadOnly Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-7a918bc8.md

latest1.3 KB
Original Source

RichEditControl.ShowCaretInReadOnly Property

Gets or sets whether the caret is displayed if the control is read-only.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool ShowCaretInReadOnly { get; set; }
vb
Public Property ShowCaretInReadOnly As Boolean

Property Value

TypeDescription
Boolean

true to show the caret; otherwise, false.

|

Remarks

Use the RichEditControl.IsCaretVisible property to show/hide the caret when the document is editable.

See Also

IsCaretVisible

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace