Version 24.2 (latest)

ItemCalculation Class Properties

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

Public Properties
 NameDescription
Public PropertyFormulaGets/sets a string that specifies the formula that will be used to calculate a value for the item. (Inherited from Infragistics.Calculations.ItemCalculationBase)
Public PropertyReferenceIdAt least ReferenceId or TargetProperty must be specified. If ReferenceId is not specified and TargetProperty is specified, the ReferenceId will be the TargetProperty. (Inherited from Infragistics.Calculations.ItemCalculationBase)
Public PropertyTargetPropertyTarget property is optional. If specified the result of the calculation will be set on this property.  
Public PropertyTreatAsTypeSpecifies what type to treat the values of the associated object as. For example if the TargetProperty is of type string but it actually contains string representations of date values set this property to System.DateTime.  
Public PropertyTreatAsTypeNameSpecifies what type to treat the values of the associated object as. For example if the TargetProperty is of type string but it actually contains string representations of date values set this property to "datetime" or "datetime?".  
Public PropertyTreatAsTypeResolvedDetermines what type to treat the values of the associated object as (read-only).  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
See Also