Version 24.2 (latest)

CustomCalculationFunctionBase Class Properties

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

Public Properties
 NameDescription
Public PropertyArgDescriptorsOverridden. Gets descriptions of each argument to the function.  
Public PropertyArgListOverridden. Gets names of each argument to the function.  
Public PropertyCategoryOverridden. Gets the category of the function. Used for formula editor UI to categorize functions.  
Public PropertyDescriptionOverridden. Gets 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 PropertyMaxArgsMaximum number of arguments required for the function (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
Public PropertyMinArgsMinimum number of arguments required for the function (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
Public PropertyNameOverridden. Function name used to reference the function in a formula.  
See Also