Class SliderLimitData
Inherited Members
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.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 | Description |
---|---|
MvcTemplate<System.Object> |
Enabled
It is used to enable the limit in the slider.
Declaration
[HtmlAttributeName("enabled")]
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. {% codeBlock src='slider/limitEndHandleFixed/index.md' %}{% endcodeBlock %}
Declaration
[HtmlAttributeName("endHandleFixed")]
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
[HtmlAttributeName("maxEnd")]
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
[HtmlAttributeName("maxStart")]
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
[HtmlAttributeName("minEnd")]
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
[HtmlAttributeName("minStart")]
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. {% codeBlock src='slider/limitStartHandleFixed/index.md' %}{% endcodeBlock %}
Declaration
[HtmlAttributeName("startHandleFixed")]
public bool StartHandleFixed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |