Class SliderLimits
This class is used to set limit bar to slider component
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
SliderLimits
Assembly: Syncfusion.Blazor.dll
public class SliderLimits : SfBaseComponent
Constructors
Declaration
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
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.
Declaration
public bool EndHandleFixed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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> |
|
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> |
|
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> |
|
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> |
|
It is used to lock the first handle.
Declaration
public bool StartHandleFixed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
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)
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|