Skip to main content
A newer version of this page is available.
All docs
V19.1

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.1.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