ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletTooltip - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BulletTooltip

    Inheritance
    System.Object
    EJTagHelper
    BulletTooltip
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class BulletTooltip : EJTagHelper

    Constructors

    BulletTooltip()

    Declaration
    public BulletTooltip()

    Properties

    CaptionTemplate

    Gets or sets the CaptionTemplate in tooltip.

    Declaration
    [JsonProperty("captionTemplate")]
    public string CaptionTemplate { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies template for caption tooltip

    EnableCaptionTooltip

    Gets or sets the value of EnableCaptionTooltip property in tooltip.

    Declaration
    [JsonProperty("enableCaptionTooltip")]
    public bool EnableCaptionTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Toggles the visibility of caption tooltip

    Template

    Gets or sets the Template for tooltip.

    Declaration
    [JsonProperty("template")]
    public string Template { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the ID of a div, which is to be displayed as tooltip.

    Visible

    Gets or sets the value of Visible property in tooltip.

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Toggles the visibility of tooltip

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