ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / CalculatedFieldTagHelper Class / Expression Property

In This Topic
    Expression Property (CalculatedFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.CalculatedField.Expression. Sets the expression which is used to calculates field value. The expression may refer to the current item via the context variable '$', which contains the item's original and calculated values.
    Syntax
    'Declaration
     
    Public Property Expression As String
    public string Expression {get; set;}
    See Also