Version

Result Property

Returns the result of Formula calculation as a Infragistics.Calculations.Engine.CalculationValue object.
Syntax
'Declaration
 
Public ReadOnly Property Result As CalculationValue
public CalculationValue Result {get;}
Remarks

If Formula property is set, Result property returns the formula calculation result as a Infragistics.Calculations.Engine.CalculationValue object. The underlying value of the result object (CalculationValue.Infragistics.Calculations.Engine.CalculationValue.Value) can also be accessed using Value property.

If Formula property is not set, this property returns null.

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