menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SliderLimitDataBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SliderLimitDataBuilder
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SliderLimitDataBuilder : ControlBuilder

    Constructors

    SliderLimitDataBuilder()

    Declaration
    public SliderLimitDataBuilder()

    SliderLimitDataBuilder(SliderLimitData)

    Declaration
    public SliderLimitDataBuilder(SliderLimitData model)
    Parameters
    Type Name Description
    SliderLimitData model

    Methods

    Enabled(Boolean)

    It is used to enable the limit in the slider.

    Declaration
    public SliderLimitDataBuilder Enabled(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    SliderLimitDataBuilder

    EndHandleFixed(Boolean)

    It is used to lock the second handle. {% codeBlock src='slider/limitEndHandleFixed/index.md' %}{% endcodeBlock %}

    Declaration
    public SliderLimitDataBuilder EndHandleFixed(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    SliderLimitDataBuilder

    MaxEnd(Double)

    It is used to set the maximum end limit value.

    Declaration
    public SliderLimitDataBuilder MaxEnd(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    SliderLimitDataBuilder

    MaxStart(Double)

    It is used to set the maximum start limit value.

    Declaration
    public SliderLimitDataBuilder MaxStart(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    SliderLimitDataBuilder

    MinEnd(Double)

    It is used to set the minimum end limit value.

    Declaration
    public SliderLimitDataBuilder MinEnd(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    SliderLimitDataBuilder

    MinStart(Double)

    It is used to set the minimum start limit value.

    Declaration
    public SliderLimitDataBuilder MinStart(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    SliderLimitDataBuilder

    StartHandleFixed(Boolean)

    It is used to lock the first handle. {% codeBlock src='slider/limitStartHandleFixed/index.md' %}{% endcodeBlock %}

    Declaration
    public SliderLimitDataBuilder StartHandleFixed(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    SliderLimitDataBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved