Back to Devexpress

RichEditControl.Overtype Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-bb01a7f1.md

latest1.3 KB
Original Source

RichEditControl.Overtype Property

Specifies whether the overtype mode is enabled for the RichEdit control.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
public bool Overtype { get; set; }
vb
<Browsable(False)>
Public Property Overtype As Boolean

Property Value

TypeDescription
Boolean

true, to enable the overtype mode; otherwise, false.

|

Remarks

When the overtype mode is enabled, typing new characters replaces any existing characters to the right side of the insertion point.

See Also

OvertypeChanged

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace