Class SliderLimitData
Inheritance
System.Object
SliderLimitData
Assembly: Syncfusion.EJ2.dll
public class SliderLimitData : EJTagHelper
Constructors
Declaration
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
It is used to enable the limit in the slider.
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
It is used to lock the second handle.
{% codeBlock src='slider/limitEndHandleFixed/index.md' %}{% endcodeBlock %}
Declaration
public bool EndHandleFixed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
It is used to set the maximum end limit value.
Declaration
public double MaxEnd { get; set; }
Property Value
Type |
Description |
System.Double |
|
It is used to set the maximum start limit value.
Declaration
public double MaxStart { get; set; }
Property Value
Type |
Description |
System.Double |
|
It is used to set the minimum end limit value.
Declaration
public double MinEnd { get; set; }
Property Value
Type |
Description |
System.Double |
|
It is used to set the minimum start limit value.
Declaration
public double MinStart { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
It is used to lock the first handle.
{% codeBlock src='slider/limitStartHandleFixed/index.md' %}{% endcodeBlock %}
Declaration
public bool StartHandleFixed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|