Back to Devexpress

ASPxRichEditRangePermissionSettings.HighlightColor Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditrangepermissionsettings-834fdbf3.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web.Office

Declaration

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

Property Value

TypeDescription
Color

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HighlightColor
ASPxRichEditSettings

.RangePermissions .HighlightColor

|

See Also

ASPxRichEditRangePermissionSettings Class

ASPxRichEditRangePermissionSettings Members

DevExpress.Web.ASPxRichEdit Namespace