Skip to main content
All docs
V25.1
  • DXRichEditDotDocumentImporterOptions.KeepBookmarksForRemovedRanges Property

    Gets or sets whether to keep bookmarks contained in the range deleted with the Track Changes option. This is a dependency property.

    Namespace: DevExpress.Xpf.RichEdit

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

    NuGet Package: DevExpress.Wpf.RichEdit

    Declaration

    public bool KeepBookmarksForRemovedRanges { get; set; }

    Property Value

    Type Description
    Boolean

    true, to retain bookmarks in deleted ranges; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to KeepBookmarksForRemovedRanges
    DXRichEditDocumentImportOptions
    .DotOptions .KeepBookmarksForRemovedRanges

    Remarks

    When the KeepBookmarksForRemovedRanges is set to true, bookmarks contained in the range deleted with the Track Changes option are retained in the imported document. However, they point to the start position of the deleted range.

    See Also