CompareDocumentOptions.ComparisonLevel Property
Gets or sets the comparison level: whether changes are tracked by character or by word.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Property Value
Type | Description |
---|---|
ComparisonLevel | An enumeration value that indicates the comparison level. |
Available values:
Name | Description |
---|---|
Character | Compares documents at the character level. |
Word | Compares documents on a word level. |
See Also