Version

Infragistics.Win.UltraWinCalcManager Namespace

Classes
 ClassDescription
ClassCalcManagerEventManager Class for managing an UltraCalcManager's events. It maintains an enabled flag for each event as well as a nested 'in progress' count and it exposes methods for firing each event.
ClassCalcSettings Represents a control to the CalcManager component
ClassCalcSettingsConverter Type converter for the CalcSettings class.
ClassCalcSettingsPropertyNameUITypeEditor UITypeEditor for the CalcSettings.PropertyName property of a CalcSettings.
ClassControlValueEventArgsBase Base class for event args used in the UltraCalcManager.ParseValue and UltraCalcManager.FormatValue events.
ClassConvertibleTypeEditor UITypedEditor used to display a list of types for the CalcSettings.TreatAsType property of a CalcSettings.
ClassDataGridViewCalcSettingsConverter DataGridViewCalcSettingsConverter
ClassDataGridViewColumnCalcSettings Summary description for DataGridViewColumnCalcSettings.
ClassFormatValueEventArgs Event args for the UltraCalcManager.FormatValue event of an UltraCalcManager.
ClassFormulaCircularityErrorEventArgs Event args for UltraCalcManager.FormulaCircularityError event of an UltraCalcManager.
ClassFormulaSyntaxErrorEventArgs Event args for UltraCalcManager.FormulaSyntaxError event of an UltraCalcManager.
ClassNamedReference Represents a calculated value with no associated control.
ClassNamedReference.NamedReferenceConverter Type converter or the NamedReference class.
ClassNamedReferenceResultChangedEventArgs Event args for UltraCalcManager.NamedReferenceResultChanged event of an UltraCalcManager.
ClassNamedReferencesCollection A collection of NamedReference objects in the calculation network.
ClassParseValueEventArgs Event args for the UltraCalcManager.ParseValue event of an UltraCalcManager.
ClassResources Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly.
ClassUltraCalcManager A component for providing formula calculation functionality to controls.
ClassUltraCalcUserDefinedLibraryBase Used as a base class for a component that registers all user defined function in an assembly.
ClassValueDirtiedEventArgs Base class for event args that have an associated row.
Delegates
 DelegateDescription
DelegateFormatValueEventHandler Delegate for FormatValue event of an UltraCalcManager.
DelegateFormulaCalculationErrorEventHandler Delegate for Formula Error events of an IUltraCalcManager.
DelegateFormulaCircularityErrorEventHandler Delegate for FormulaCircularityError event of an UltraCalcManager.
DelegateFormulaSyntaxErrorEventHandler Delegate for Formula Syntax Error event of an UltraCalcManager.
DelegateNamedReferenceResultChangedEventHandler Delegate for NamedReferenceResultChanged event of an UltraCalcManager.
DelegateParseValueEventHandler Delegate for ParseValue event of an UltraCalcManager.
DelegateValueDirtiedEventHandler Delegate for UltraCalcManager.ValueDirtied event.
Enumerations
 EnumerationDescription
EnumerationCalcErrorIconAlignment Determines if an ErrorIcon will be displayed for a control whose formula results in an error.
EnumerationCalcFrequency Determines how frequently the calculations are done by the UltraCalcManager.
EnumerationCalcManagerEventGroups Identifies groups of UltraCalcManager specific events.
EnumerationCalcManagerEventIds Uniquely identifies each UltraCalcManager event.
EnumerationPropertyIds Unique identifier for each property.
EnumerationValueDirtiedAction Indicates which type of action took place to dirty the Calculation Network
See Also