menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CheckboxValidationMessageBuilder

    Inheritance
    System.Object
    CheckboxValidationMessageBuilder
    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 CheckboxValidationMessageBuilder

    Constructors

    CheckboxValidationMessageBuilder(CheckBox)

    Initializes a new instance of the CheckboxValidationMessageBuilder class by the specified checkbox object.

    Declaration
    public CheckboxValidationMessageBuilder(CheckBox checkbox)
    Parameters
    Type Name Description
    CheckBox checkbox

    Methods

    AddMessage(String, Object)

    Adds the validation message for corresponding validation rule.

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