Class IgbMultiSliderThumb
Inheritance
System.Object
IgbMultiSliderThumb
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbMultiSliderThumb : BaseRendererElement, JsonSerializable
Constructors
IgbMultiSliderThumb()
Declaration
public IgbMultiSliderThumb()
Properties
PropertyUpdated
Declaration
public EventCallback<IgbPropertyUpdatedEventArgs> PropertyUpdated { get; set; }
Property Value
PropertyUpdatedScript
Declaration
public string PropertyUpdatedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Range
Declaration
public object Range { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
RangePosition
Declaration
public MultiSliderThumbRangePosition RangePosition { get; set; }
Property Value
RangeScript
Provides a means of setting Range in the JavaScript environment.
Declaration
public string RangeScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Value
Declaration
public double Value { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Push(Double)
Declaration
public double Push(double amount)
Parameters
| Type |
Name |
Description |
| System.Double |
amount |
|
Returns
| Type |
Description |
| System.Double |
|
PushAsync(Double)
Declaration
public Task<double> PushAsync(double amount)
Parameters
| Type |
Name |
Description |
| System.Double |
amount |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Double> |
|
Implements