Skip to main content
All docs
V26.1
  • RevisionCollection.AcceptAll() Method

    Accepts all revisions.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    Declaration

    void AcceptAll()

    Remarks

    Use this AcceptAll method overload to reject revisions in all document parts (main body, headers and footers, comments and text boxes).

    Pass the specific SubDocument object to accept revisions only in a specific document part.

    See Also