menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomFormula

    Show / Hide Table of Contents

    Class CustomFormula

    Inheritance
    System.Object
    EJTagHelper
    CustomFormula
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    [CLSCompliant(false)]
    [JsonProperty("formulaName")]
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved