menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderLimitData - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SliderLimitData

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SliderLimitData
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SliderLimitData : EJTagHelper

    Constructors

    SliderLimitData()

    Declaration
    public SliderLimitData()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Enabled

    It is used to enable the limit in the slider.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    EndHandleFixed

    It is used to lock the second handle.

    Declaration
    public bool EndHandleFixed { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    MaxEnd

    It is used to set the maximum end limit value.

    Declaration
    public double MaxEnd { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    MaxStart

    It is used to set the maximum start limit value.

    Declaration
    public double MaxStart { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    MinEnd

    It is used to set the minimum end limit value.

    Declaration
    public double MinEnd { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    MinStart

    It is used to set the minimum start limit value.

    Declaration
    public double MinStart { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    StartHandleFixed

    It is used to lock the first handle.

    Declaration
    public bool StartHandleFixed { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

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