menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderTooltipEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved