Open sandboxFocus

Property MaximumOperationsCount

MaximumOperationsCount

Gets the maximum number of operations in the UndoOperations and RedoOperations collections. These collections are automatically trimmed so that their size never exceeds MaximumOperationsCount.

Declaration
public int MaximumOperationsCount { get; set; }
Property Value
Type Description
int

The default value is int.MaxValue.