Skip to main content
All docs
V25.1
  • 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

    public ComparisonLevel ComparisonLevel { get; set; }

    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