Class IgbMultiSliderResolvingToolTipValueEventArgs
Inheritance
System.Object
IgbMultiSliderResolvingToolTipValueEventArgs
Assembly: IgniteUI.Blazor.dll
public class IgbMultiSliderResolvingToolTipValueEventArgs : BaseRendererElement, JsonSerializable
Constructors
Declaration
public IgbMultiSliderResolvingToolTipValueEventArgs()
Properties
Declaration
public double Position { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
public object Value { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Declaration
public string ValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements