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

    Gets or sets whether to compare formatting changes.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

    true to compare formatting; otherwise, false.

    See Also