ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    EJTagHelper
    SliderLimitData
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    EndHandleFixed

    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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    MaxEnd

    It is used to set the maximum end limit value.

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

    MaxStart

    It is used to set the maximum start limit value.

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

    MinEnd

    It is used to set the minimum end limit value.

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

    MinStart

    It is used to set the minimum start limit value.

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    StartHandleFixed

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved