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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
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