Skip to main content

RichEditControl.ShowCaretInReadOnly Property

Displays the caret even if the control is read-only.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

public bool ShowCaretInReadOnly { get; set; }

#Property Value

Type Description
Boolean

true to show the caret in a read-only control; otherwise, false.

#Remarks

If the RichEditControl is RichEditControl.ReadOnly, the caret can be shown or hidden, dependant on the ShowCaretInReadOnlysetting.

See Also