Version

Value Property (CalculationResult)

This property returns the value of the Infragistics.Calculations.Engine.CalculationValue.Value property of the object returned by the CalculationValue property.
Syntax
'Declaration
 
Public ReadOnly Property Value As Object
public object Value {get;}
Remarks

Note: in the case of an ItemCalculator whose ItemCalculator.Item has not been set, this property will return null even though the Infragistics.Calculations.Engine.CalculationValue.Value property returns an error. This is useful for situations where the item might be null e.g. in applications that allow the user to select the item but don't want to display an error in that scenario.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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