'Declaration Public Class XamCalculationManager Inherits System.Windows.FrameworkElement Implements ICalculationManager
public class XamCalculationManager : System.Windows.FrameworkElement, ICalculationManager
The XamCalculationManager creates a calculation network of objects and controls that provide source values for formula calculations as well as can be targets of formula calculation results.
Note that formulas of objects in the calculation network can refer to values of other objects (even those objects that are also targets of other formula calculations) using their reference path, which usually is the name of the control or named reference or the name of the field/column/summary. The path used in formulas is referred to as reference path, which can be a relative path or an absoluate path. Relative path of controls and named references take the form of "[Name]" and absolute path takes the form of "[//Name]". In case of field/column/summary, relative path is again just the "[Name]" where as the absolute path includes name of the data presenter/grid along with other parts that fully identify a particular field/column/summary.
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