Class CustomFormula
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CustomFormula : EJTagHelper
Constructors
CustomFormula()
Declaration
public CustomFormula()
Fields
formulaName
Declaration
public string formulaName
Field Value
Type | Description |
---|---|
System.String |
functionName
Declaration
[CLSCompliant(false)]
public string functionName
Field Value
Type | Description |
---|---|
System.String |
Properties
FormulaName
Declaration
[JsonProperty("formulaName")]
[CLSCompliant(false)]
public string FormulaName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FunctionName
Gets or sets the function name for CustomFormulas.
Declaration
[JsonProperty("functionName")]
public string FunctionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The functionName. |