Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RevisionCollection.RejectAll() Method

Rejects all revisions in a document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

void RejectAll()

Remarks

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

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

See Also