Class KanbanTooltipSettings
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 KanbanTooltipSettings : EJTagHelper
Constructors
KanbanTooltipSettings()
Declaration
public KanbanTooltipSettings()
Properties
Enable
Gets or sets a value indicating whether To enable or disable the tooltip display.
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Template
Gets or sets the tooltip display based on template given.
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The template |