Back to Devexpress

ASPxRichEditRangePermissionSettings.HighlightBracketsColor Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditrangepermissionsettings-4db563ff.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public override Color HighlightBracketsColor { get; set; }
vb
Public Overrides Property HighlightBracketsColor As Color

Property Value

TypeDescription
Color

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HighlightBracketsColor
ASPxRichEditSettings

.RangePermissions .HighlightBracketsColor

|

See Also

ASPxRichEditRangePermissionSettings Class

ASPxRichEditRangePermissionSettings Members

DevExpress.Web.ASPxRichEdit Namespace