Click or drag to resize

BcfUndoRepository Properties

[This is preliminary documentation and is subject to change.]

The BcfUndoRepository type exposes the following members.

Properties
  NameDescription
Public propertyMaxItems
Gets or sets the maximum item count for undo and redo stack. Default for memory undo is 100.
Public propertyRedoItemCount
Gets the redo-stack item count.
Public propertyRedoItems
Gets the redo items.
Public propertySerializesContent
Gets a value indicating whether undo and redo data is serialized to streams.
Public propertyUndoItemCount
Gets the undo-stack item count.
Public propertyUndoItems
Gets the undo items.
Top
See Also