Click or drag to resize

BcfColumnSetupIncludeInUndo Property

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

Gets or sets a value indicating whether the column values are managed by undo-redo.

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

Property Value

Type: Boolean
true if the column values are managed by undo-redo; otherwise, false.
Remarks

Default value is true.

The setting does not affect Rollback.

Note Note
When using file-based undo/redo IncludeInUndo should indicate, whether undo-serialization code includes handling for cell-values or not. Wrong setting may cause invalid data.
See Also