menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CheckBoxProperties

    Inheritance
    System.Object
    EJTagHelper
    CheckBoxProperties
    Inherited Members
    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 CheckBoxProperties : EJTagHelper

    Constructors

    CheckBoxProperties()

    Initializes a new instance of the CheckBoxProperties class.

    Declaration
    public CheckBoxProperties()

    Properties

    BeforeChange

    Gets or sets a value indicating this event gets fired before the checkbox is going to changed its state successfully.

    Declaration
    [JsonProperty("beforeChange")]
    public string BeforeChange { get; set; }
    Property Value
    Type Description
    System.String

    Change

    Gets or sets a value indicating this event gets fired when the checkbox state is changed successfully.

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    Checked

    Gets or sets a value indicating checkbox is checked or not.

    Declaration
    [JsonProperty("checked")]
    public bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean

    CheckState

    Gets or sets a value indicating the state of the checkbox.

    Declaration
    [JsonProperty("checkState")]
    [JsonConverter(typeof(StringEnumConverter))]
    public CheckState CheckState { get; set; }
    Property Value
    Type Description
    CheckState

    Create

    Gets or sets a value indicating this event gets fired when the checkbox is created successfully.

    Declaration
    [JsonProperty("create")]
    public string Create { get; set; }
    Property Value
    Type Description
    System.String

    CssClass

    Gets or sets root CSS class to checkbox for theme customization.

    Declaration
    [JsonProperty("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    Destroy

    Gets or sets a value indicating this event gets fired when the checkbox is destroyed successfully.

    Declaration
    [JsonProperty("destroy")]
    public string Destroy { get; set; }
    Property Value
    Type Description
    System.String

    Enabled

    Gets or sets a value indicating whether the control can respond to user interaction.

    Declaration
    [JsonProperty("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePersistence

    Gets or sets a value indicating checkbox model value even after form post back or browser refresh sustains or not.

    Declaration
    [JsonProperty("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRTL

    Gets or sets a value to align the checkbox in right to left direction.

    Declaration
    [JsonProperty("enableRTL")]
    public bool EnableRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableTriState

    Gets or sets a value indicating tri-state mode is active or not.

    Declaration
    [JsonProperty("enableTriState")]
    public bool EnableTriState { get; set; }
    Property Value
    Type Description
    System.Boolean

    HtmlAttributes

    Gets or sets the value to map the field of HTML attributes for the checkbox element.

    Declaration
    [JsonProperty("htmlAttributes")]
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Id

    Gets or sets a value indicating the id attribute of the checkbox.

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    IdPrefix

    Gets or sets the idprefix value to be added before the current id of the checkbox.

    Declaration
    [JsonProperty("idPrefix")]
    public string IdPrefix { get; set; }
    Property Value
    Type Description
    System.String

    IsFor

    Gets or sets a value indicating IsFor property.

    Declaration
    [JsonIgnore]
    public bool IsFor { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Gets or sets a value indicating the name attribute of the checkbox.

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ShowRoundedCorner

    Gets or sets a value indicating the checkbox with rounded corners or not.

    Declaration
    [JsonProperty("showRoundedCorner")]
    public bool ShowRoundedCorner { get; set; }
    Property Value
    Type Description
    System.Boolean

    Size

    Gets or sets a value indicating the size of the checkbox.

    Declaration
    [JsonProperty("size")]
    [JsonConverter(typeof(StringEnumConverter))]
    public Size Size { get; set; }
    Property Value
    Type Description
    Size

    Tag

    Gets or sets the value indicating the tag of the control.

    Declaration
    [JsonIgnore]
    public string Tag { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Gets or sets a value indicating the text content to be displayed for checkbox.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    ValidationMessage

    Gets or sets the jQuery validation error message for checkbox.

    Declaration
    [JsonProperty("validationMessage")]
    public Dictionary<string, object> ValidationMessage { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    ValidationMessages

    Gets or sets the jQuery validation error message for checkbox.

    Declaration
    [JsonProperty("validationMessages")]
    public Dictionary<string, object> ValidationMessages { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    ValidationRules

    Gets or sets the jQuery validation rules for checkbox.

    Declaration
    [JsonProperty("validationRules")]
    public Dictionary<string, object> ValidationRules { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Value

    Gets or sets a value indicating the value attribute of the checkbox.

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved