menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DialogTooltip

    Inheritance
    System.Object
    EJTagHelper
    DialogTooltip
    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 DialogTooltip : EJTagHelper

    Constructors

    DialogTooltip()

    Declaration
    public DialogTooltip()

    Properties

    Close

    Specifies tooltip for close.

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

    Collapse

    Specifies tooltip for Collapse.

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

    Expand

    Specifies tooltip for Expand.

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

    Maximize

    Specifies tooltip for Maximize.

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

    Minimize

    Specifies tooltip for Minimize.

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

    Pin

    Specifies tooltip for Pin.

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

    Restore

    Specifies tooltip for Restore.

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

    UnPin

    Specifies tooltip for UnPin.

    Declaration
    [JsonProperty("unPin")]
    public string UnPin { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved