Class MobileCheckBoxProperties
Class for MobileCheckBoxProperties
Inheritance
System.Object
MobileCheckBoxProperties
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 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. |