For a list of all members of this type, see ItemCalculation members.
Name | Description | |
---|---|---|
![]() | Formula | Gets/sets a string that specifies the formula that will be used to calculate a value for the item. (Inherited from Infragistics.Calculations.ItemCalculationBase) |
![]() | ReferenceId | At 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) |
![]() | TargetProperty | Target property is optional. If specified the result of the calculation will be set on this property. |
![]() | TreatAsType | Specifies 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. |
![]() | TreatAsTypeName | Specifies 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?". |
![]() | TreatAsTypeResolved | Determines what type to treat the values of the associated object as (read-only). |
Name | Description | |
---|---|---|
![]() | HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |