Version

DataPresenterCalculationSettingsBase Class Properties

For a list of all members of this type, see DataPresenterCalculationSettingsBase members.

Public Properties
 NameDescription
Public PropertyFormulaSpecifies the formula to use to calculate the target's value.  
Public PropertyReferenceIdIdentifies the object. Alias 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 FieldCalculationSettings associated with a Field, if the DataType is string you may want to treat it as double when providing the value to the calculation 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 FieldCalculationSettings associated with a Field, if the DataType is string you may want to treat it as double when providing the value to the calculation engine for formula calculations.  
Public PropertyTreatAsTypeResolvedDetermines what type to treat the values of the associated cell as (read-only).  
Public PropertyValueConverterSpecifies the converter to use to convert between the underlying value of the cell to the value that is used in calculations.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
See Also