Click or drag to resize

BcfDataSetIsUndoEnabled Property

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

Gets a value indicating whether undo (collecting data for Undo(Int32) and Redo(Int32)) is enabled.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool IsUndoEnabled { get; }

Property Value

Type: Boolean
true if undo (collecting data for Undo(Int32) and Redo(Int32)) is enabled; otherwise, false.
Remarks
See Also