Skip to main content
All docs
V19.2

ASPxRichEditBehaviorSettings.KeepTextHighlightingOnClearFormatting Property

Gets or sets whether the clear formatting command (RichEditCommands.clearFormatting) removes text highlighting.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

public override bool KeepTextHighlightingOnClearFormatting { get; set; }

Property Value

Type Description
Boolean

true to retain text highlighting; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to KeepTextHighlightingOnClearFormatting
ASPxRichEditSettings
.Behavior.KeepTextHighlightingOnClearFormatting
See Also