Version 24.2 (latest)

CustomCalculationFunction Class Properties

For a list of all members of this type, see CustomCalculationFunction members.

Public Properties
 NameDescription
Public PropertyArgDescriptorsGets or sets the descriptions of each argument to the function.  
Public PropertyArgListGets or sets names of each argument to the function.  
Public PropertyCategoryGets or sets the category of the function. Used for formula editor UI to categorize functions.  
Public PropertyDescriptionGets or sets the description of the function. Used for formula editor UI.  
Public PropertyIsAlwaysDirtyIndicates whether the results of the function is always dirty. (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
Public PropertyMaxArgsOverridden. Maximum number of arguments.  
Public PropertyMinArgsOverridden. Minimum number of arguments.  
Public PropertyNameFunction name used to reference the function in a formula. (Inherited from Infragistics.Calculations.CustomCalculationFunctionBase)
See Also