Back to Devexpress

RichEditControl.IsCaretVisible Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-32104e49.md

latest1.1 KB
Original Source

RichEditControl.IsCaretVisible Property

Gets or sets whether the caret is displayed.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool IsCaretVisible { get; set; }
vb
Public Property IsCaretVisible As Boolean

Property Value

TypeDescription
Boolean

true to display a caret; otherwise, false.

|

Remarks

Use the IsCaretVisible to hide a caret in the RichEditControl.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace