RichEditControl.ShowCaretInReadOnly Property
Gets or sets whether the caret is shown if a RichEditControl’s content is read-only.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool ShowCaretInReadOnly { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the caret is shown; otherwise, false. |
See Also