menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarTooltipSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressBarTooltipSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ProgressBarTooltipSettings
    Namespace: Syncfusion.EJ2.ProgressBar
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ProgressBarTooltipSettings : EJTagHelper

    Constructors

    ProgressBarTooltipSettings()

    Declaration
    public ProgressBarTooltipSettings()

    Properties

    Border

    Options to customize tooltip borders.

    Declaration
    public ProgressBarBorder Border { get; set; }
    Property Value
    Type Description
    ProgressBarBorder

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Enable

    If set to true, tooltip will be displayed for the progress bar.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Fill

    The fill color of the tooltip that accepts value in hex as a valid CSS color string.

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

    The default value is null

    Format

    Format the tooltip content. Use ${value} as the placeholder text to display the corresponding progress value.

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

    The default value is null

    ShowTooltipOnHover

    If set to true, tooltip will be displayed for the progress bar on mouse hover.

    Declaration
    public bool ShowTooltipOnHover { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    TextStyle

    Options to customize the tooltip text.

    Declaration
    public ProgressBarFont TextStyle { get; set; }
    Property Value
    Type Description
    ProgressBarFont

    The default value is null

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