Class KanbanCustomToolBarItems
Represents a class for KanbanCustomToolBarItems which includes template property and it is used to customize the Kanban toolbar.
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 KanbanCustomToolBarItems : EJTagHelper
Constructors
KanbanCustomToolBarItems()
Declaration
public KanbanCustomToolBarItems()
Properties
Template
Gets or sets the tooltip display based on the template given.
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The template |