Class IgbRangeSlider
A range slider component used to select two numeric values within a range.
Inheritance
System.Object
IgbRangeSlider
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRangeSlider : IgbSliderBase, RefSink, JsonSerializable, IDisposable
Constructors
IgbRangeSlider()
Declaration
Properties
AriaLabelLower
The aria label of the lower thumb.
Declaration
public string AriaLabelLower { get; set; }
Property Value
Type |
Description |
System.String |
|
AriaLabelUpper
The aria label of the upper thumb.
Declaration
public string AriaLabelUpper { get; set; }
Property Value
Type |
Description |
System.String |
|
Change
Declaration
public EventCallback<IgbRangeSliderValueEventArgs> 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
Declaration
public EventCallback<IgbRangeSliderValueEventArgs> Input { get; set; }
Property Value
Declaration
public string InputScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Lower
Declaration
public double Lower { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Upper
Declaration
public double Upper { get; set; }
Property Value
Type |
Description |
System.Double |
|
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
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
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable