Back to Devexpress

DXRichEditBehaviorOptions.OvertypeAllowed Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-3cdd2268.md

latest1.4 KB
Original Source

DXRichEditBehaviorOptions.OvertypeAllowed Property

Gets or sets whether the overtype feature is allowed. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool OvertypeAllowed { get; set; }
vb
Public Property OvertypeAllowed As Boolean

Property Value

TypeDescription
Boolean

true to allows overtype; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OvertypeAllowed
RichEditControl

.BehaviorOptions .OvertypeAllowed

|

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace