Version

CalcSettings Class Members

The following tables list the members exposed by CalcSettings.

Public Constructors
 NameDescription
Public ConstructorCalcSettings ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAliasAn alias name that can be used to reference the control.  
Public PropertyAliasResolvedThe alias for the control at run-time. If the alias is null (Nothing in Visual Basic .NET) or empty, the name of the control's property.  
Public PropertyErrorValueThe value to be set on PropertyName in case of an error during calculation.  
Public PropertyFormulaThe Formula which will be used to set the value of this object.  
Public PropertyPropertyNameThe name of the property which will be the recipient of the Formula, if set.  
Public PropertyTreatAsTypeGets or sets a Type to use for conversion purposes when the _CALCMANAGER_ interprets the value from the Control.  
Public PropertyValueGets the value which will be used as the source in any calculations involving the element.  
Public Methods
 NameDescription
Public MethodResetResets all CalcSettings properties to their default values.  
Public MethodResetKeySets the key back to null. (Inherited from Infragistics.WebUI.Shared.KeyedObjectBase)
Public MethodShouldSerializeKeyReturns true if the key needs to be serialized (not null). (Inherited from Infragistics.WebUI.Shared.KeyedObjectBase)
Public MethodToStringConverts the CalcSettings to a string.  
Protected Methods
 NameDescription
Protected MethodOnAddedToCollectionOverridden. This notification occurs when the CalcSettings is added to a collection.  
Protected MethodOnRemovedFromCollectionOverridden. This notification occurs when the CalcSettings is removed from a collection.  
See Also