Class MultiSliderThumbValueChangingEventArgsDescription
Inheritance
System.Object
MultiSliderThumbValueChangingEventArgsDescription
Assembly: IgniteUI.Blazor.dll
Syntax
public class MultiSliderThumbValueChangingEventArgsDescription : Description
Constructors
MultiSliderThumbValueChangingEventArgsDescription()
Declaration
public MultiSliderThumbValueChangingEventArgsDescription()
Properties
Thumb
Declaration
public MultiSliderThumbDescription Thumb { get; set; }
Property Value
Type
Declaration
public virtual string Type { get; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|