RevisionCollection.RejectAll(SubDocument, Predicate<Revision>) Method
In This Article
Rejects all revisions that meet the specified criteria in the specific SubDocument.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
void RejectAll(
SubDocument subDocument,
Predicate<Revision> predicate
)
#Parameters
Name | Type | Description |
---|---|---|
sub |
Sub |
A Sub |
predicate | Predicate<Revision> | A Predicate |
#Remarks
Use the SubDocument.GetSubDocumentType() to determine the type of the current SubDocument.
The following properties allow you to access a SubDocument of a specific document part:
Document Part | Property |
---|---|
Main Body | Rich |
Header or Footer | Section. Section. |
Comment | Comment. |
Text Box | Text |
See Also