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

ASPxRichEditBookmarkSettings Class

Provides settings defining the appearance of bookmarks in the document.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public class ASPxRichEditBookmarkSettings :
    BookmarkOptions,
    ISettingsWithExternalStateManager

The following members return ASPxRichEditBookmarkSettings objects:

Remarks

An instance of the ASPxRichEditBookmarkSettings class can be accessed using this property: ASPxRichEditSettings.Bookmarks.

See Also