Skip to main content

ASPxRichEditBookmarkSettings.Color Property

Gets or sets the color used to indicate a bookmark in the document.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public override Color Color { get; set; }

Property Value

Type Description
Color

A Color structure specifying the color.

Property Paths

You can access this nested property as listed below:

Object Type Path to Color
ASPxRichEditSettings
.Bookmarks .Color
See Also