Class GanttTaskFields
Inheritance
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttTaskFields : EJTagHelper
Constructors
GanttTaskFields()
Declaration
public GanttTaskFields()
Properties
BaselineEndDate
To map baseline end date of task from data source.
Declaration
public string BaselineEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
BaselineStartDate
To map baseline start date of task from data source.
Declaration
public string BaselineStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Child
To map child of task from data source.
Declaration
public string Child { 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> |
CssClass
To map custom css class of task from data source.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Dependency
To map dependency of task from data source.
Declaration
public string Dependency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Duration
To map duration of task from data source.
Declaration
public string Duration { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
DurationUnit
To map duration unit of task from data source.
Declaration
public string DurationUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
EndDate
To map end date of task from data source.
Declaration
public string EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ExpandState
To map expand status of parent record from data source.
Declaration
public string ExpandState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
HasChildMapping
Gets or sets a field name of data object in data source that specifies whether the current record has child records.
Declaration
public string HasChildMapping { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Id
To map id of task from data source.
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Overrides
Indicators
To map indicators of task from data source.
Declaration
public string Indicators { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Manual
To map schedule mode of task from data source.
Declaration
public string Manual { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Milestone
To map milestone of task from data source.
Declaration
public string Milestone { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Name
To map name of task from data source.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Notes
To map notes value of task from data source.
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ParentID
To map parent id of task from data source.
Declaration
public string ParentID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Progress
To map progress of task from data source.
Declaration
public string Progress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ResourceInfo
To map assigned resources of task from data source.
Declaration
public string ResourceInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
SegmentId
To map segment id details of a task from data source
Declaration
public string SegmentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Segments
To map segments details of a task from data source
Declaration
public string Segments { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
StartDate
To map start date of task from data source.
Declaration
public string StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Type
To map taskType value of task from data source
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Work
To map work of task from data source.
Declaration
public string Work { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |