Skip to main content

IRichEditControl.OvertypeAllowed Property

Indicates whether or not the overtype feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool OvertypeAllowed { get; }

Property Value

Type Description
Boolean

true if the overtype is allowed; otherwise, false.

See Also