Version

NamedReference Class

Used to refer to a predefined or a calculated value in formulas participating in a XamCalculationManager.
Syntax
'Declaration
 
Public Class NamedReference 
   Inherits Infragistics.PropertyChangeNotifierExtended
public class NamedReference : Infragistics.PropertyChangeNotifierExtended 
Remarks

A NamedReference is a reference in the calculation network with no associated control.

By creating a NamedReference with a Formula, you can create constants to be used in other calculations, or store the results of a calculation which may not need to be displayed on-screen, but can be used in code or in other calculations.

To get the calculated value of a NamedReference, use the Value property or the Result property which returns the same value in the form of a Infragistics.Calculations.Engine.CalculationValue object which fully describes the calculation result, including error information if any.

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