menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTimelineSettings - API Reference

    Show / Hide Table of Contents

    Class GanttTimelineSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    GanttTimelineSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttTimelineSettings : EJTagHelper

    Constructors

    GanttTimelineSettings()

    Declaration
    public GanttTimelineSettings()

    Properties

    BottomTier

    Defines bottom tier settings in timeline.

    Declaration
    [HtmlAttributeName("bottomTier")]
    public GanttTimelineTierSettings BottomTier { get; set; }
    Property Value
    Type Description
    GanttTimelineTierSettings

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

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

    ShowTooltip

    Enables or disables tooltip for timeline cells.

    Declaration
    [HtmlAttributeName("showTooltip")]
    public bool ShowTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    TimelineUnitSize

    Defines width of timeline cell.

    Declaration
    [HtmlAttributeName("timelineUnitSize")]
    public double TimelineUnitSize { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 33

    TimelineViewMode

    Defines timeline mode of Gantt header. None - Default. Week - Define the week mode header. Day - Define the day mode header. Hour - Define the hour mode header. Month - Define the month mode header. Year - Define the year mode header. Minutes - Define the minutes mode header.

    Declaration
    [HtmlAttributeName("timelineViewMode")]
    public TimelineViewMode TimelineViewMode { get; set; }
    Property Value
    Type Description
    TimelineViewMode

    The default value is TimelineViewMode.None

    TopTier

    Defines top tier setting in timeline.

    Declaration
    [HtmlAttributeName("topTier")]
    public GanttTimelineTierSettings TopTier { get; set; }
    Property Value
    Type Description
    GanttTimelineTierSettings

    The default value is null

    UpdateTimescaleView

    Enables or disables timeline auto update on editing action.

    Declaration
    [HtmlAttributeName("updateTimescaleView")]
    public bool UpdateTimescaleView { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    WeekendBackground

    Defines background color of weekend cell in week - day timeline mode.

    Declaration
    [HtmlAttributeName("weekendBackground")]
    public string WeekendBackground { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    WeekStartDay

    Defines week start day in timeline.

    Declaration
    [HtmlAttributeName("weekStartDay")]
    public double WeekStartDay { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

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