Class GanttTimelineTierSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttTimelineTierSettings
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttTimelineTierSettings : EJTagHelper
Constructors
GanttTimelineTierSettings()
Declaration
public GanttTimelineTierSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Count
Defines number of timeline units combined for single cell.
Declaration
public double Count { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Format
Defines timeline cell format.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Formatter
Defines method to get custom formatted values of timeline cells.
Declaration
public object Formatter { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Unit
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
public TimelineViewMode Unit { get; set; }
Property Value
Type | Description |
---|---|
TimelineViewMode | The default value is TimelineViewMode.None |