RevisionRangeEnd
Class
Represents the end of a revision range in a document.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class RevisionRangeEnd : AnnotationRangeEnd
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndRevisionRangeEnd...
Derived Classes:
Inherited Members
Constructors
C#
public RevisionRangeEnd()
Properties
Gets a value indicating whether the revision range end is copyable.
C#
public override bool IsCopyable { get; }
Overrides:
Represents the revision information for the end of a revision range.
C#
public RevisionInfo RevisionInfo { get; }
Represents the position before the end of a revision range that should be skipped.
C#
public override bool SkipPositionBefore { get; }
Overrides: