Class MobileRadioButtonProperties
Inheritance
System.Object
MobileRadioButtonProperties
Implements
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.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. |