menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeGridDragTooltip

    Options for displaying and customizing the tooltip. This tooltip will show the preview of the row that is being dragged.

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

    Constructors

    TreeGridDragTooltip()

    Declaration
    public TreeGridDragTooltip()

    Properties

    ShowTooltip

    Specifies whether to show tooltip while dragging a row.

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

    TooltipItems

    Option to add field names whose corresponding values in the dragged row needs to be shown in the preview tooltip.

    Declaration
    [JsonProperty("tooltipItems")]
    public List<string> TooltipItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    TooltipTemplate

    Custom template for that tooltip that is shown while dragging a row.

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

    Methods

    ShouldSerializeTooltipItems()

    Declaration
    public bool ShouldSerializeTooltipItems()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved