RichEditControl.IsCaretVisible Property
In This Article
Gets or sets whether the caret is visible.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#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