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

RtfDocumentImporterOptions.IgnoreDeletedText Property

Specifies whether or not to display the text that has been removed using the “deleted” tag of the Track Changes feature.

Namespace: DevExpress.XtraRichEdit.Import

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(false)]
[Browsable(false)]
public bool IgnoreDeletedText { get; set; }

Property Value

Type Default Description
Boolean **false**

true to omit the deleted text in a document; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IgnoreDeletedText
WinForms Controls RichTextEditDocumentImportOptions
.Rtf .IgnoreDeletedText
Office File API RichEditDocumentImportOptions
.Rtf .IgnoreDeletedText
See Also