Class MultipleUndoPoint
Inheritance
System.Object
MultipleUndoPoint
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class MultipleUndoPoint : Object
Constructors
MultipleUndoPoint()
Declaration
public MultipleUndoPoint()
MultipleUndoPoint(String, Int32)
Declaration
public MultipleUndoPoint(string displayText, int undoStackIndex)
Parameters
System.String
displayText
|
System.Int32
undoStackIndex
|
Properties
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
System.String
|
UndoStackIndex
Declaration
public int UndoStackIndex { get; set; }
Property Value
System.Int32
|