Click or drag to resize

BcfDataSetIsUndoEnabled Property

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.2.0
Syntax
public bool IsUndoEnabled { get; }

Property Value

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