Click or drag to resize
CalculationWorks Logo
BcfDataSetUndoRepositoryUndoStack Property
Gets the undo stack.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public Stack<BcfTransaction> UndoStack { get; }

Property Value

Type: StackBcfTransaction
The undo stack.
See Also