menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileCheckBoxProperties

    Class for MobileCheckBoxProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    CheckBoxPropertiesBase
    MobileCheckBoxProperties
    Implements
    IMobileBase
    Inherited Members
    CheckBoxPropertiesBase.Checked
    CheckBoxPropertiesBase.Enabled
    CheckBoxPropertiesBase.Text
    CheckBoxPropertiesBase.PreventDefault
    CheckBoxPropertiesBase.EnableTriState
    CheckBoxPropertiesBase.CheckState
    CheckBoxPropertiesBase.EnablePersistence
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    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.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileCheckBoxProperties : CheckBoxPropertiesBase, IMobileBase

    Constructors

    MobileCheckBoxProperties()

    Declaration
    public MobileCheckBoxProperties()

    Fields

    enableRipple

    Declaration
    public bool enableRipple
    Field Value
    Type Description
    System.Boolean

    Properties

    BeforeChange

    Event triggers before check change happens on the control.

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

    The beforeChange.

    Change

    Event triggers when check change happens on the control.

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

    The change.

    EnableRippleEffect

    Specifies the ripple effect.

    Declaration
    [JsonProperty("enableRippleEffect")]
    [JsonConverter(typeof(StringEnumConverter))]
    public bool EnableRippleEffect { get; set; }
    Property Value
    Type Description
    System.Boolean

    The theme.

    RenderMode

    Specifies the rendering mode of the control.

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

    The render mode.

    TouchEnd

    Event triggers when touch end happens on the control.

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

    The touch end.

    TouchStart

    Event triggers when touch start happens on the control.

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

    The touch start.

    Implements

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