A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbSlider.html below:

Class IgbSlider

A slider component used to select numeric value within a range.

Inheritance

System.Object

IgbSlider

Implements

System.IDisposable

Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntax
public class IgbSlider : IgbSliderBase, RefSink, JsonSerializable, IDisposable
Constructors IgbSlider() Declaration Properties Change Declaration
public EventCallback<IgbNumberEventArgs> Change { get; set; }
Property Value ChangeScript Declaration
public string ChangeScript { get; set; }
Property Value Type Description System.String DirectRenderElementName Declaration
protected override string DirectRenderElementName { get; }
Property Value Type Description System.String Overrides Input Declaration
public EventCallback<IgbNumberEventArgs> Input { get; set; }
Property Value InputScript Declaration
public string InputScript { get; set; }
Property Value Type Description System.String Invalid Declaration
public bool Invalid { get; set; }
Property Value Type Description System.Boolean SupportsVisualChildren Declaration
protected override bool SupportsVisualChildren { get; }
Property Value Type Description System.Boolean Overrides Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides UseDirectRender Declaration
protected override bool UseDirectRender { get; }
Property Value Type Description System.Boolean Overrides Value Declaration
public double Value { get; set; }
Property Value Type Description System.Double ValueChanged Declaration
public EventCallback<double> ValueChanged { get; set; }
Property Value Type Description Microsoft.AspNetCore.Components.EventCallback<System.Double> Methods CheckValidity() Declaration
public void CheckValidity()
CheckValidityAsync() Declaration
public Task CheckValidityAsync()
Returns Type Description System.Threading.Tasks.Task EnsureModulesLoaded() Declaration
protected override void EnsureModulesLoaded()
Overrides FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides GetCurrentValue() Declaration
public double GetCurrentValue()
Returns Type Description System.Double GetCurrentValueAsync() Declaration
public Task<double> GetCurrentValueAsync()
Returns Type Description System.Threading.Tasks.Task<System.Double> ReportValidity() Declaration
public void ReportValidity()
ReportValidityAsync() Declaration
public Task ReportValidityAsync()
Returns Type Description System.Threading.Tasks.Task ResolveDisplay() Declaration
protected override string ResolveDisplay()
Returns Type Description System.String Overrides SetCustomValidity(String) Declaration
public void SetCustomValidity(string message)
Parameters Type Name Description System.String message SetCustomValidityAsync(String) Declaration
public Task SetCustomValidityAsync(string message)
Parameters Type Name Description System.String message Returns Type Description System.Threading.Tasks.Task StepDown(Double) Declaration
public void StepDown(double stepDecrement = -1)
Parameters Type Name Description System.Double stepDecrement StepDownAsync(Double)

Decrements the value of the slider by stepDecrement * step, where stepDecrement defaults to 1. stepDecrement Optional step decrement. If no parameter is passed, it defaults to 1.

Declaration
public Task StepDownAsync(double stepDecrement = -1)
Parameters Type Name Description System.Double stepDecrement

Optional step decrement. If no parameter is passed, it defaults to 1.

Returns Type Description System.Threading.Tasks.Task StepUp(Double) Declaration
public void StepUp(double stepIncrement = -1)
Parameters Type Name Description System.Double stepIncrement StepUpAsync(Double)

Increments the value of the slider by stepIncrement * step, where stepIncrement defaults to 1. stepIncrement Optional step increment. If no parameter is passed, it defaults to 1.

Declaration
public Task StepUpAsync(double stepIncrement = -1)
Parameters Type Name Description System.Double stepIncrement

Optional step increment. If no parameter is passed, it defaults to 1.

Returns Type Description System.Threading.Tasks.Task Implements

System.IDisposable


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4