Class SliderTooltipEventArgs<T>
It is used to denote the TooltipChange Event arguments.
Inheritance
System.Object
SliderTooltipEventArgs<T>
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class SliderTooltipEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T | "T". |
Constructors
SliderTooltipEventArgs()
Declaration
public SliderTooltipEventArgs()
Properties
Text
It is used to get the text shown in the Slider tooltip.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Value
It is used to get the value of the Slider.
Declaration
public T Value { get; set; }
Property Value
Type |
---|
T |