Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderLimits - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SliderLimits

    This class is used to set limit bar to slider component

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SliderLimits
    SliderLimitData
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SliderLimits : SfBaseComponent

    Constructors

    SliderLimits()

    Declaration
    public SliderLimits()

    Properties

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    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.

    Declaration
    public bool EndHandleFixed { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaxEnd

    It is used to set the maximum end limit value.

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

    MaxStart

    It is used to set the maximum start limit value.

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

    MinEnd

    It is used to set the minimum end limit value.

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

    MinStart

    It is used to set the minimum start limit value.

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

    StartHandleFixed

    It is used to lock the first handle.

    Declaration
    public bool StartHandleFixed { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnAfterRenderAsync(Boolean)

    Declaration
    protected override Task OnAfterRenderAsync(bool firstRender)
    Parameters
    Type Name Description
    System.Boolean firstRender
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnAfterRenderAsync(System.Boolean)

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved