Skip to main content

RichEditControl.IsCaretVisible Property

Gets or sets whether the caret is visible.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public bool IsCaretVisible { get; set; }

#Property Value

Type Description
Boolean

true if a caret is visible; otherwise, false.

#Remarks

Set this property to false to hide a caret in the document.

See Also