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

ASPxRichEditBookmarkSettings.Color Property

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

Namespace: DevExpress.Web.ASPxRichEdit

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

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