menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarTooltipSettings - API Reference

    Show / Hide Table of Contents

    Class ProgressBarTooltipSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    ProgressBarTooltipSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    [HtmlAttributeName("border")]
    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 Description
    MvcTemplate<System.Object>

    Enable

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

    Declaration
    [HtmlAttributeName("enable")]
    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
    [HtmlAttributeName("fill")]
    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
    [HtmlAttributeName("format")]
    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
    [HtmlAttributeName("showTooltipOnHover")]
    public bool ShowTooltipOnHover { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    TextStyle

    Options to customize the tooltip text.

    Declaration
    [HtmlAttributeName("textStyle")]
    public ProgressBarFont TextStyle { get; set; }
    Property Value
    Type Description
    ProgressBarFont

    The default value is null

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