Skip to main content

RepositoryItemRichTextEdit.ShowCaretInReadOnly Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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