Class TreeGridDragTooltip
Options for displaying and customizing the tooltip. This tooltip will show the preview of the row that is being dragged.
Inherited Members
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 |