Skip to main content
All docs
V25.1
  • CompareDocumentOptions.CompareCaseChanges Property

    Gets or sets whether the comparison is case sensitive.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    [DefaultValue(true)]
    public bool CompareCaseChanges { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true if the comparison is case sensitive; otherwise, false.

    See Also