menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SliderProperties

    Inheritance
    System.Object
    EJTagHelper
    SliderProperties
    Inherited Members
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SliderProperties : EJTagHelper

    Constructors

    SliderProperties()

    Initializes a new instance of the SliderPropertiesBuilder class.

    Declaration
    public SliderProperties()

    Fields

    allowMouseWheel

    Declaration
    public bool allowMouseWheel
    Field Value
    Type Description
    System.Boolean

    Properties

    AllowMouseWheel

    Specifies the allowMouswheel to drag the handle using mouse wheel

    Declaration
    [JsonProperty("allowMouseWheel")]
    [CLSCompliant(false)]
    public bool AllowMouseWheel { get; set; }
    Property Value
    Type Description
    System.Boolean

    AnimationSpeed

    Specifies the animationSpeed of the slider.

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

    Change

    Fires once Slider control value is changed successfully.

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

    Create

    Fires once Slider control has been created successfully.

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

    CssClass

    Specify the CSS class to slider to achieve custom theme.

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

    Destroy

    Fires when Slider control has been destroyed successfully.

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

    EnableAnimation

    Specifies the animation behavior of the slider.

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

    Enabled

    Specifies the state of the slider.

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

    EnablePersistence

    Specify the enablePersistence to slider to save current model value to browser cookies for state maintains.

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

    EnableRTL

    Specifies the Right to Left Direction of the slider.

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

    Height

    Specifies the height of the slider.

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

    HtmlAttributes

    specifies the HTML Attributes of the slider
    Declaration
    [JsonProperty("htmlAttributes")]
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    IncrementStep

    Specifies the incremental step value of the slider.

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

    LargeStep

    Specifies the distance between two major (large) ticks from the scale of the slider.

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

    MaxValue

    Specifies the ending value of the slider.

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

    MinValue

    Specifies the starting value of the slider.

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

    Orientation

    Specifies the orientation of the slider.

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

    ReadOnly

    Specifies the readOnly of the slider.

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

    RenderingTicks

    Fires when the slider largeTick has been created.Using this event to cutomize the slider scale tick value.

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

    ShowButtons

    Shows/Hide the buttons of the slider.

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

    ShowRoundedCorner

    Specifies the rounded corner behavior for slider.

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

    ShowScale

    Shows/Hide the major (large) and minor (small) ticks in the scale of the slider.

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

    ShowSmallTicks

    Specifies the small ticks in the scale of the slider

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

    ShowTooltip

    Specifies the showTooltip to shows the current Slider value, while moving the Slider handle or clicking on the slider handle of the slider.

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

    Slide

    Fires once Slider control is sliding successfully.

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

    SliderType

    Specifies the Type of the slider

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

    SmallStep

    Specifies the distance between two minor (small) ticks from the scale of the slider.

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

    Start

    Fires once Slider control is started successfully.

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

    Stop

    Fires when Slider control is stopped successfully.

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

    TooltipChange

    Fires once Slider control value is changed successfully. Using this event to cutomize the tooltip value.

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

    Value

    Specifies the value of the slider for Default and minRange Types.

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

    Values

    Specifies the values of the range slider.

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

    Width

    Specifies the width of the slider.

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

    Methods

    GetControlDetails()

    Get the controls details

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved