The following tables list the members exposed by CalcSettings.
Name | Description | |
---|---|---|
![]() | CalcSettings Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Alias | An alias name that can be used to reference the control. |
![]() | AliasResolved | The 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. |
![]() | ErrorValue | The value to be set on PropertyName in case of an error during calculation. |
![]() | Formula | The Formula which will be used to set the value of this object. |
![]() | PropertyName | The name of the property which will be the recipient of the Formula, if set. |
![]() | TreatAsType | Gets or sets a Type to use for conversion purposes when the _CALCMANAGER_ interprets the value from the Control. |
![]() | Value | Gets the value which will be used as the source in any calculations involving the element. |
Name | Description | |
---|---|---|
![]() | Reset | Resets all CalcSettings properties to their default values. |
![]() | ResetKey | Sets the key back to null. (Inherited from Infragistics.WebUI.Shared.KeyedObjectBase) |
![]() | ShouldSerializeKey | Returns true if the key needs to be serialized (not null). (Inherited from Infragistics.WebUI.Shared.KeyedObjectBase) |
![]() | ToString | Converts the CalcSettings to a string. |
Name | Description | |
---|---|---|
![]() | OnAddedToCollection | Overridden. This notification occurs when the CalcSettings is added to a collection. |
![]() | OnRemovedFromCollection | Overridden. This notification occurs when the CalcSettings is removed from a collection. |