menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SliderPropertiesBase

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

    Constructors

    SliderPropertiesBase()

    Initializes a new instance of the SliderPropertiesBuilder class.

    Declaration
    public SliderPropertiesBase()

    Properties

    AnimationSpeed

    Specifies the animation speed when animation is enabled.

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

    The animation speed.

    EnableAnimation

    Specifies whether to enable animation.

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

    true if enableAnimation; otherwise, false.

    EnablePersistence

    Specifies to maintain the current model value to browser cookies for state maintenance. While refresh the page, the model value will get apply to the control from browser cookies.

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

    true if persist; otherwise, false.

    MaximumValue

    Specifies the maximum value.

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

    The Maximum value.

    MinimumValue

    Specifies the minimum value.

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

    The Minimum value.

    Orientation

    Specifies whether the orientation is horizontal or vertical.

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

    The orientation.

    ReadOnly

    Specifies whether the control is read only.

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

    true if [read only]; otherwise, false.

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