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