Skip to main content

BookmarksSettingsBuilder.Color(Color) Method

Sets the document’s bookmark color.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public BookmarksSettingsBuilder Color(
    Color color
)

Parameters

Name Type Description
color Color

The bookmark color.

Returns

Type Description
BookmarksSettingsBuilder

An object that can be used to further configure the bookmark settings.

See Also