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
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
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
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
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
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
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 |