CalculationSettingsUpdateBehavior Property

Spotfire 14.3 API Reference
Gets the update behavior of the calculation.

Namespace:  Spotfire.Dxp.Application.Calculations
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public abstract CalculationUpdateBehavior UpdateBehavior { get; }

Property Value

Type: CalculationUpdateBehavior
Remarks

This determines whether the calculation should be reexecuted immediately when dependencies change or just indicate their need for manual refresh. Note that columns residing in a normal table will also be asked to recalculate themselves when the rowcount of their table changes regardless of their normal UpdateBehavior.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference