The following tables list the members exposed by ControlCalculationSettings.
Name | Description | |
---|---|---|
ControlCalculationSettings Constructor |
Name | Description | |
---|---|---|
Binding | Specifies the binding that will be used to retrieve value from the control or set result of formula calculation on the control. | |
Formula | Specifies the formula. | |
IsVisibleInFormulaEditorDialog | Determines if the control will be listed in the formula editor dialog under 'Controls'. | |
Property | Identifies 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. | |
ReferenceId | Identifies the object. ReferenceId is used to refer to the value of the associated object in other formulas. | |
TreatAsType | Specifies 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. | |
TreatAsTypeName | Specifies 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. | |
TreatAsTypeResolved | Determines what type to treat the values of the associated object as (read-only). | |
ValueConverter | Specifies the converter to use to convert between the underlying value of the source object to the value that's used in calculations. |
Name | Description | |
---|---|---|
HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifierExtended) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) | |
SetField<T> | (Inherited from Infragistics.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |