Version

SummaryCalculationSettings Class Members

The following tables list the members exposed by SummaryCalculationSettings.

Public Constructors
Public Properties
 NameDescription
Public PropertyFormulaSpecifies the formula to use to calculate the target's value. (Inherited from Infragistics.Windows.DataPresenter.Calculations.DataPresenterCalculationSettingsBase)
Public PropertyReferenceIdIdentifies the object. Alias is used to refer to the value of the associated object in other formulas. (Inherited from Infragistics.Windows.DataPresenter.Calculations.DataPresenterCalculationSettingsBase)
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. (Inherited from Infragistics.Windows.DataPresenter.Calculations.DataPresenterCalculationSettingsBase)
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. (Inherited from Infragistics.Windows.DataPresenter.Calculations.DataPresenterCalculationSettingsBase)
Public PropertyTreatAsTypeResolvedDetermines what type to treat the values of the associated cell as (read-only). (Inherited from Infragistics.Windows.DataPresenter.Calculations.DataPresenterCalculationSettingsBase)
Public PropertyValueConverterSpecifies the converter to use to convert between the underlying value of the cell to the value that is used in calculations. (Inherited from Infragistics.Windows.DataPresenter.Calculations.DataPresenterCalculationSettingsBase)
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also