menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileRadioButtonProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RadioButtonPropertiesBase
    MobileRadioButtonProperties
    Implements
    IMobileBase
    Inherited Members
    RadioButtonPropertiesBase.Checked
    RadioButtonPropertiesBase.Enabled
    RadioButtonPropertiesBase.Text
    RadioButtonPropertiesBase.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 MobileRadioButtonProperties : RadioButtonPropertiesBase, IMobileBase

    Constructors

    MobileRadioButtonProperties()

    Initializes a new instance of the MobileRadioButtonProperties class.

    Declaration
    public MobileRadioButtonProperties()

    Properties

    BeforeChange

    event triggers before check change happens in the RadioButton.

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

    The beforeChange.

    Change

    event triggers when change happens in the RadioButton.

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

    The change.

    EnableRippleEffect

    provides the animation ripple effect for the controls

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

    The theme.

    RenderMode

    Changes the rendering mode of the RadioButton.

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

    The render mode.

    TouchEnd

    Event triggers when the touch end happens in the RadioButton

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

    The touch end.

    TouchStart

    event triggers when the touch start happens in the RadioButton.

    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