ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanCustomToolBarItems - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanCustomToolBarItems

    Represents a class for KanbanCustomToolBarItems which includes template property and it is used to customize the Kanban toolbar.

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved