Back to Devexpress

DXRichEditBehaviorOptions.KeepTextHighlightingOnClearFormatting Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-a4d717c1.md

latest1.7 KB
Original Source

DXRichEditBehaviorOptions.KeepTextHighlightingOnClearFormatting Property

Gets or sets whether the ClearFormattingCommand removes the text highlighting. 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 KeepTextHighlightingOnClearFormatting { get; set; }
vb
Public Property KeepTextHighlightingOnClearFormatting As Boolean

Property Value

TypeDescription
Boolean

true, to retain text highlighting; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to KeepTextHighlightingOnClearFormatting
RichEditControl

.BehaviorOptions .KeepTextHighlightingOnClearFormatting

|

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace