Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocDocumentImporterOptions.KeepCommentsForRemovedRanges Property

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

Namespace: DevExpress.XtraRichEdit.Import

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

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:

Library Object Type Path to KeepCommentsForRemovedRanges
WinForms Controls RichTextEditDocumentImportOptions
.Doc.KeepCommentsForRemovedRanges
Office File API RichEditDocumentImportOptions
.Doc.KeepCommentsForRemovedRanges
See Also