 |
| BcfUndoRedoCollectionItems Property |
Gets the items.
Namespace: CalculationWorks.BusinessModel.UndoRedoAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic ReadOnlyCollection<IBcfUndoRedoItem> Items { get; }Public ReadOnly Property Items As ReadOnlyCollection(Of IBcfUndoRedoItem)
Get
Property Value
Type:
ReadOnlyCollectionIBcfUndoRedoItemThe items.
See Also