menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolTip

    Show / Hide Table of Contents

    Class ToolTip

    Class for ToolTip.

    Inheritance
    System.Object
    EJTagHelper
    ToolTip
    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.Models.ReportViewer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ToolTip : EJTagHelper

    Constructors

    ToolTip()

    Declaration
    public ToolTip()

    Properties

    Content

    Gets or sets the content of the toolbar custom item tooltip.

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

    The custom item tooltip content.

    Header

    Gets or sets the header of the toolbar custom item tooltip.

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

    The custom item tooltip header.

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