Skip to main content

ASPxRichEditRangePermissionSettings.HighlightBracketsColor Property

Gets or sets the color of the visual marks (brackets) that indicate the start and the end of each editable range in a protected document with protection enabled.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public override Color HighlightBracketsColor { get; set; }

Property Value

Type Description
Color

A System.Drawing.Color object representing the brackets’ color.

Property Paths

You can access this nested property as listed below:

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