RichEditControl.ShowCaretInReadOnly Property
In This Article
Displays the caret even if the control is read-only.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#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.
#Implements
See Also