Version 24.2 (latest)

CalculationResult Class Properties

For a list of all members of this type, see CalculationResult members.

Public Properties
 NameDescription
Public PropertyCalculationValueCalculation result value. As the underlying formula is recalculated, this property will reflect the new result.  
Public PropertyErrorTextIf the result of the calculation is an error, returns the error text. Otherwise returns null.  
Public PropertyIsErrorIndicates if the result of the calculation is an error.  
Public PropertyValueThis property returns the value of the Infragistics.Calculations.Engine.CalculationValue.Value property of the object returned by the CalculationValue property.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
See Also