Click or drag to resize
CalculationWorks Logo
BcfUndoRedoCollectionItems Property
Gets the items.

Namespace: CalculationWorks.BusinessModel.UndoRedo
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public ReadOnlyCollection<IBcfUndoRedoItem> Items { get; }

Property Value

Type: ReadOnlyCollectionIBcfUndoRedoItem
The items.
See Also