Back to Devexpress

Revision.Accept() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-revision-efc2e654.md

latest1.1 KB
Original Source

Revision.Accept() Method

Accepts the current revision.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void Accept()
vb
Sub Accept

Remarks

Use the RevisionCollection.AcceptAll method to accept all revisions in the document or revisions that meet the given criteria.

See Also

Revision Interface

Revision Members

DevExpress.XtraRichEdit.API.Native Namespace