menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CustomToolTip

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

    Constructors

    CustomToolTip()

    Declaration
    public CustomToolTip()

    Properties

    Content

    Gets or sets the Syncfusion button, split button, dropdown list, toggle button, gallery, custom controls to the groups in the ribbon control.

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

    The content

    PrefixIcon

    Gets or sets icon to the custom tooltip content.

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

    The prefixIcon

    Title

    Gets or sets title to the custom tooltip. Text and HTML support are provided for title and the title is in bold for text format.

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

    The title

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