DocDocumentImporterOptions.KeepCommentsForRemovedRanges Property
Gets or sets whether to keep the comment applied to the deleted ranges.
Namespace: DevExpress.XtraRichEdit.Import
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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 |
|
See Also