Click or drag to resize

BcfUndoRepositoryMaxItems Property

Gets or sets the maximum item count for undo and redo stack. Default for memory undo is 100.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public int MaxItems { get; set; }

Property Value

Type: Int32
The maximum item count.
Remarks
See Also