menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MobileSliderProperties

    Class for Slider Properties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    SliderPropertiesBase
    MobileSliderProperties
    Implements
    IMobileBase
    Inherited Members
    SliderPropertiesBase.MinimumValue
    SliderPropertiesBase.MaximumValue
    SliderPropertiesBase.EnableAnimation
    SliderPropertiesBase.AnimationSpeed
    SliderPropertiesBase.ReadOnly
    SliderPropertiesBase.EnablePersistence
    SliderPropertiesBase.Orientation
    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 MobileSliderProperties : SliderPropertiesBase, IMobileBase

    Constructors

    MobileSliderProperties()

    Initializes a new instance of the MobileSliderProperties class.

    Declaration
    public MobileSliderProperties()

    Properties

    Change

    Event triggers when the value changed.

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

    The change.

    Enabled

    Specifies whether to enable or disable the control.

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

    true if [enabled]; otherwise, false.

    EnableRange

    Specifies whether to enable range slider.

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

    true if [enableRange]; otherwise, false.

    IncrementStep

    Specifies the step value for incrementation.

    Declaration
    [JsonProperty("incrementStep")]
    public int IncrementStep { get; set; }
    Property Value
    Type Description
    System.Int32

    The incrementStep.

    IOS7

    Section for ios7 mode specific functionalities.

    Declaration
    [JsonProperty("ios7")]
    public MobileSliderIOS7Properties IOS7 { get; set; }
    Property Value
    Type Description
    MobileSliderIOS7Properties

    The ios7.

    Load

    Event triggers before the control get loaded.

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

    The load.

    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.

    Slide

    Event triggers when touch move happens on the control.

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

    The slide.

    Theme

    Specifies the theme.

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

    The theme.

    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.

    Value

    Specifies the current value.

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

    The value.

    Values

    Specifies the values when range slider is enabled.

    Declaration
    [JsonProperty("values")]
    public int[] Values { get; set; }
    Property Value
    Type Description
    System.Int32[]

    The values.

    Windows

    Section for windows mode specific functionalities.

    Declaration
    [JsonProperty("windows")]
    public MobileSliderWindowsProperties Windows { get; set; }
    Property Value
    Type Description
    MobileSliderWindowsProperties

    The windows.

    Implements

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