menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderTickEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SliderTickEventArgs

    It is used to denote the TicksRender event arguments.

    Inheritance
    System.Object
    SliderTickEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SliderTickEventArgs : Object

    Constructors

    SliderTickEventArgs()

    Declaration
    public SliderTickEventArgs()

    Properties

    HtmlAttributes

    It is used to customize tick elements.

    Declaration
    public Dictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    A dictionary of HTML attributes that can be used to customize the appearance or behavior of the tick elements.

    Text

    It is used to get the label text of the tick.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    TickElementRef

    It is used to get the current tick element reference.

    Declaration
    public ElementReference TickElementRef { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    An Microsoft.AspNetCore.Components.ElementReference to the current tick element that is being rendered.

    Value

    It is used to get the value of the tick.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the double value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved