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

    Gets or sets whether the comparison is case sensitive.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.Docs.v26.1.dll

    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