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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the caret is shown; otherwise, false.

See Also