Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool ShowCaretInReadOnly { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the caret is shown; otherwise, false.

See Also