menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class EditorValidationMessageBuilder

    Used as lambda expresion to set values for ValidationMessage property of Editor HtmlHelper

    Inheritance
    System.Object
    EditorValidationMessageBuilder
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class EditorValidationMessageBuilder

    Constructors

    EditorValidationMessageBuilder(Numeric)

    Declaration
    public EditorValidationMessageBuilder(Numeric numeric)
    Parameters
    Type Name Description
    Numeric numeric

    Methods

    AddMessage(String, Object)

    Add jquery validation message to the Editor element

    Declaration
    public EditorValidationMessageBuilder AddMessage(string key, object value)
    Parameters
    Type Name Description
    System.String key
    System.Object value
    Returns
    Type Description
    EditorValidationMessageBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved