 | 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
Syntaxpublic int MaxItems { get; set; }Public Property MaxItems As Integer
Get
Set
Property Value
Type:
Int32The maximum item count.
Remarks
See Also