Back to Devexpress

RichEditControl.ShowCaretInReadOnly Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-d9fe6adf.md

latest1.2 KB
Original Source

RichEditControl.ShowCaretInReadOnly Property

Gets or sets whether the caret is shown if a RichEditControl’s content is read-only.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool ShowCaretInReadOnly { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property ShowCaretInReadOnly As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the caret is shown; otherwise, false.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace