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

DXRichEditBookmarkOptions.ConflictNameResolution Property

Specifies 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. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public ConflictNameAction ConflictNameResolution { get; set; }

Property Value

Type Description
ConflictNameAction

A ConflictNameAction enumeration member that identifies an action.

Property Paths

You can access this nested property as listed below:

Object Type Path to ConflictNameResolution
RichEditControl
.BookmarkOptions.ConflictNameResolution

Remarks

Use the ConflictNameResolution property to deal with a situation when a document range with a bookmark is inserted in another document containing a Bookmark with the same name. This conflict may occur in copy-paste operations (PasteSelectionCommand), in the SubDocument.InsertDocumentContent and SubDocument.AppendDocumentContent methods.

See Also