Skip to main content
A newer version of this page is available. .

ASPxRichEditRangePermissionSettings.HighlightColor Property

Gets or sets the color used to highlight each editable range in a protected document with protection enabled.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public override Color HighlightColor { get; set; }

Property Value

Type Description
Color

A System.Drawing.Color object that represents the highlighting color.

Property Paths

You can access this nested property as listed below:

Object Type Path to HighlightColor
ASPxRichEditSettings
.RangePermissions .HighlightColor
See Also