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

ASPxRichEditSettings.Bookmarks Property

Provides access to an object used to specify bookmark settings.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public ASPxRichEditBookmarkSettings Bookmarks { get; }

Property Value

Type Description
ASPxRichEditBookmarkSettings

A ASPxRichEditBookmarkSettings object specifying bookmark settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Bookmarks
ASP.NET Controls and MVC Extensions ASPxRichEdit
.Settings.Bookmarks
MVCxRichEdit
.Settings.Bookmarks
RichEditSettings
.Settings.Bookmarks
ASP.NET Bootstrap Controls BootstrapRichEdit
.Settings.Bookmarks
See Also