Version

CalcValue Property

Gets the UltraCalcValue that was the formula result and is being used by the _CALCMANAGER_ to assign a new value to one property of this calculable element.
Syntax
'Declaration
 
Public ReadOnly Property CalcValue As UltraCalcValue
public UltraCalcValue CalcValue {get;}
Remarks

The CalcValue property offers developers access to the UltraCalcValue that is the source of the value being assigned by the _CALCMANAGER_ onto the PropertyName of Control. Developers may use this property to detect special situations, like the occurrence of a calculation error, and format the value as may be appropriate for the application.

This property is Read Only.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also