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

RepositoryItemRichTextEdit.ShowCaretInReadOnly Property

Gets or sets whether the mouse caret is displayed in read-only mode.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the mouse caret is displayed in read-only mode; otherwise, false.

See Also