Skip to main content
All docs
V19.2

ASPxRichEditBookmarkSettings.ConflictNameResolution Property

Gets or sets an action that will be performed after inserting a document range if that range contains a bookmark with the same name as one in the current document.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public override ConflictNameAction ConflictNameResolution { get; set; }

Property Value

Type Description
ConflictNameAction

One of the ConflictNameAction values.

Property Paths

You can access this nested property as listed below:

Object Type Path to ConflictNameResolution
ASPxRichEditSettings
.Bookmarks.ConflictNameResolution

Remarks

The ConflictNameResolution property specifies how to deal with conflicting bookmark names when a document containing a bookmark is inserted in another document containing a bookmark with the same name. This situation may happen in copy-paste operations (see the RichEditCommands.copy and RichEditCommands.copyContent client commands).

See Also