Version

ControlCalculationSettings Class Members

The following tables list the members exposed by ControlCalculationSettings.

Public Constructors
Public Properties
 NameDescription
Public PropertyBindingSpecifies the binding that will be used to retrieve value from the control or set result of formula calculation on the control.  
Public PropertyFormulaSpecifies the formula.  
Public PropertyIsVisibleInFormulaEditorDialogDetermines if the control will be listed in the formula editor dialog under 'Controls'.  
Public PropertyPropertyIdentifies the property of the control that will provide the source value for calculations when a formula references this control. If the control is a target of a formula, this property will be set to the result of the formula calculation.  
Public PropertyReferenceIdIdentifies the object. ReferenceId is used to refer to the value of the associated object in other formulas.  
Public PropertyTreatAsTypeSpecifies what type to treat the values of the associated object as. For example in the case of a ControlCalculationSettings associated to a TextBox, the Text property is string type however you may want to treat it as double when providing the value to the calc engine for formula calculations.  
Public PropertyTreatAsTypeNameSpecifies the name of the type to treat the values of the associated object as. For example in the case of a ControlCalculationSettings associated to a TextBox, the Text property is string type however you may want to treat it as double when providing the value to the calc engine for formula calculations.  
Public PropertyTreatAsTypeResolvedDetermines what type to treat the values of the associated object as (read-only).  
Public PropertyValueConverterSpecifies the converter to use to convert between the underlying value of the source object to the value that's used in calculations.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also