menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class KanbanTooltipSettingsBuilder

    Represents a class for KanbanTooltipSettingsBuilder which includes enable and tooltip template properties.

    Inheritance
    System.Object
    KanbanTooltipSettingsBuilder
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class KanbanTooltipSettingsBuilder

    Constructors

    KanbanTooltipSettingsBuilder(KanbanTooltipSettings)

    Initializes a new instance of the KanbanTooltipSettingsBuilder class.

    Declaration
    public KanbanTooltipSettingsBuilder(KanbanTooltipSettings tooltipSettings)
    Parameters
    Type Name Description
    KanbanTooltipSettings tooltipSettings

    It displays the list of TooltipSettings option

    Methods

    Enable(Boolean)

    To enable or disable the tooltip display.

    Declaration
    public KanbanTooltipSettingsBuilder Enable(bool enable)
    Parameters
    Type Name Description
    System.Boolean enable

    If set to , then ; otherwise, .

    Returns
    Type Description
    KanbanTooltipSettingsBuilder

    KanbanTooltipSettingsBuilder

    Template(String)

    To customize the tooltip display based on the template given.

    Declaration
    public KanbanTooltipSettingsBuilder Template(string template)
    Parameters
    Type Name Description
    System.String template

    It accepts the template id as string

    Returns
    Type Description
    KanbanTooltipSettingsBuilder

    KanbanTooltipSettingsBuilder

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