Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IRichEditControl.OvertypeAllowed Property

Indicates whether or not the overtype feature is allowed.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool OvertypeAllowed { get; }

Property Value

Type Description
Boolean

true if the overtype is allowed; otherwise, false.

See Also