Skip to main content

DocDocumentImporterOptions.KeepCommentsForRemovedRanges Property

Gets or sets whether to keep the comment applied to the deleted ranges.

Namespace: DevExpress.XtraRichEdit.Import

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
public bool KeepCommentsForRemovedRanges { get; set; }

Property Value

Type Default Description
Boolean true

true, to leave the comments; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to KeepCommentsForRemovedRanges
RichEditDocumentImportOptions
.Doc .KeepCommentsForRemovedRanges
See Also