Click or drag to resize

BcfUndoRepositoryMaxItems Property

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

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.0.0-beta7
Syntax
public int MaxItems { get; set; }

Property Value

Type: Int32
The maximum item count.
Remarks
See Also