Class GanttTimelineSettings
Inherited Members
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 |