WordProcessingSanitizeOptions.TrackedChanges Property
Gets or sets how to sanitize tracked changes in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| TrackedChangesSanitizeMode | An enumeration value that specifies how to sanitize tracked changes in the document. |
Available values:
| Name | Description |
|---|---|
| Ignore | Ignore all tracked changes in a document. |
| Accept | Accept all tracked changes in a document. |
| Reject | Reject all tracked changes in a document. |
See Also