The following tables list the members exposed by ItemCalculation.
Name | Description | |
---|---|---|
ItemCalculation Constructor | Initializes a new instance of ItemCalculation |
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) |
Name | Description | |
---|---|---|
ToString | Returns a string that represents this object; |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | Overridden. Called when property has changed value | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) | |
SetField<T> | (Inherited from Infragistics.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |