menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTooltipSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttTooltipSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    GanttTooltipSettings
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttTooltipSettings : EJTagHelper

    Constructors

    GanttTooltipSettings()

    Declaration
    public GanttTooltipSettings()

    Properties

    Baseline

    Defines template for baseline tooltip element.

    Declaration
    public string Baseline { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    ConnectorLine

    Defines template for dependency line tooltip.

    Declaration
    public string ConnectorLine { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Editing

    Defines tooltip template for taskbar editing action.

    Declaration
    public string Editing { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    ShowTooltip

    Enables or disables tooltip of Gantt element.

    Declaration
    public bool ShowTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Taskbar

    Defines tooltip template for taskbar elements.

    Declaration
    public string Taskbar { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Timeline

    Defines template for timeLine tooltip element.

    Declaration
    public string Timeline { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

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