Back to Devexpress

RevisionCollection.RejectAll() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-revisioncollection-a16a8e8a.md

latest1.2 KB
Original Source

RevisionCollection.RejectAll() Method

Rejects all revisions in a document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void RejectAll()
vb
Sub 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

RevisionCollection Interface

RevisionCollection Members

DevExpress.XtraRichEdit.API.Native Namespace