Version

FormulaCircularityErrorEventArgs Class Members

The following tables list the members exposed by FormulaCircularityErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorFormulaCircularityErrorEventArgs ConstructorCreates an instance of the FormulaCircularityEventArgs in anticipation of it being thrown by the _CALCMANAGER_.FormulaCircularityError event when a circular reference has been discovered in the calculation network.  
Public Properties
 NameDescription
Public PropertyContextGets the context for the formula error. (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorEventArgsBase)
Public PropertyDisplayErrorMessageGets / sets whether an error message is displayed to the end user.  
Public PropertyErrorDisplayTextReturns or sets the error message to display. (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorEventArgsBase)
See Also