The following tables list the members exposed by UltraCalcManager.
Name | Description | |
---|---|---|
UltraCalcManager Constructor | Overloaded. |
Name | Description | |
---|---|---|
AsynchronousCalcDuration | The duration in milliseconds that the CalcManager will use to perform calculations each time the AsynchronousCalculationInterval passes. | |
AsynchronousCalcInterval | The interval in milliseconds that the CalcManager will wait between performing calculations. | |
CalcFrequency | Gets/sets the frequency with which the UltraCalcManager automatically performs calculations. | |
Container | (Inherited from System.ComponentModel.Component) | |
DeferredCalculationsEnabled | Gets / Sets whether certain calculations can be deferred to optimize calculation of visible objects. | |
ErrorIcon | The Error Icon to display when a Calculation or Reference error occurs on a control. | |
ErrorIconAlignment | Gets/sets where to place the ErrorProvider icon when a Calculation or Reference error occurs on a formula. | |
EventManager | The object that enables, disables and controls firing of specific control events. | |
NamedReferences | A collection of NamedReferences | |
Site | Overridden. The component's site (set at design time only). | |
UseExcelFormulaCompatibility | Determines if formula calculations are done in a way that is compatible with Microsoft Excel. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from Infragistics.Win.UltraComponentBase) | |
SubObjectPropChangeHandler | Handler for a SubObjectPropChange event |
Name | Description | |
---|---|---|
Calculate | Calculates the specified formula and returns the value. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DirtyAllFormulas | Dirties all the formulas so they get recalculated. | |
Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the component and optionally releases the managed resources. | |
GetCalcSettings | Gets the CalcSettings for the specified control. | |
GetColumnCalcSettings | Gets the CalcSettings for the specified control. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetUseInCalcManager | Gets the CalcSettings for the specified control. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyValueChanged | Notifies the CalcManager that the value of a control that is used in a formula has changed. | |
ReCalc | Overloaded. Forces recalculation of all dirtied items in the Calcultion Network. | |
RegisterUserDefinedFunction | Registers a single Infragistics.Win.CalcEngine.UltraCalcFunction instance. | |
RegisterUserDefinedFunctionLibrary | Registers an assembly containing Infragistics.Win.CalcEngine.UltraCalcFunction derived types. | |
ResetErrorIcon | Resets the ErrorIcon property to the default error icon. | |
ResetNamedReferences | Clears the contents of the NamedReferences collection. | |
ResumeCalc | Resumes automatic calculations after a preceding call to SuspendCalc. | |
ResumeNotificationProcessing | Resumes notification processing after a preceding call to SuspendNotificationProcessing. | |
SetCalcSettings | This sets the CalcSettings extender property for the specified control. | |
SetColumnCalcSettings | This sets the CalcSettings extender property for the specified DataGridViewColumn. | |
SetUseInCalcManager | This sets the UseInCalcManager extender property for the specified DataGridView. | |
ShouldSerializeErrorIcon | Returns whether or not the ErrorIcon is set to the default. | |
SuspendCalc | Suspends calculations until ResumeCalc is called. | |
SuspendNotificationProcessing | Suspends notification processing. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CalculationsCompleted | Fired after all calculations are complete. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
FormatValue | Fired before a CalcSettings sets a value on a control | |
FormulaCalculationError | Fired any time the attempt to calculate a formula results in an error. | |
FormulaCircularityError | Fired any time a formula attempts to reference itself either directly or indirectly. | |
FormulaReferenceError | Fired when calculating the formula involves referencing an object that could not be found. | |
FormulaSyntaxError | Fired when parsing the formula expression fails because the expression contains typographical errors or uses operators incorrectly. | |
NamedReferenceResultChanged | Fired after a NamedReference value has changed. | |
ParseValue | Fired when a CalcSetting retrieves a value from a control | |
PropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
ValueDirtied | Fired any time a value referenced by a Formula is dirtied. |