Gets or sets a value indicating whether the undo buffer is active or not. If a Text Control is used for tasks like generating reports it can be useful to deactivate the undo buffer to save time and memory. This is a dependency property.

Syntax

public bool IsUndoEnabled { get; set; }
Public Property IsUndoEnabled() As Boolean