Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RevisionCollection Members

A collection of Revision objects.

#Methods
Show Inherited Hide Inherited

Name Description
AcceptAll() Accepts all revisions.
AcceptAll(SubDocument, Predicate<Revision>) Accepts all revisions that meet the specified criteria in the specific SubDocument.
AcceptAll(SubDocument) Accepts all revisions in the specific SubDocument.
AcceptAll(Predicate<Revision>) Accepts all revisions that meet the specified criteria.
Get(DocumentRange) Gets revisions made in a specific document range.
Get(SubDocument) Retrieves all revisions related to the specific document part.
GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>.
RejectAll() Rejects all revisions in a document.
RejectAll(SubDocument, Predicate<Revision>) Rejects all revisions that meet the specified criteria in the specific SubDocument.
RejectAll(SubDocument) Rejects all revisions in the specific SubDocument instance.
RejectAll(Predicate<Revision>) Rejects all revisions that meet the specified criteria.
See Also