Class GanttTaskFields
Configures Gantt taskfields column.
Inheritance
System.Object
GanttTaskFields
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTaskFields : SfDataBoundComponent
Constructors
GanttTaskFields()
Declaration
Properties
BaselineEndDate
To map baseline end date of task from data source.
Declaration
public string BaselineEndDate { get; set; }
Property Value
Type |
Description |
System.String |
|
BaselineStartDate
To map baseline start date of task from data source.
Declaration
public string BaselineStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
Child
To map child of task from data source.
Declaration
public string Child { get; set; }
Property Value
Type |
Description |
System.String |
|
CssClass
To map custom css class of task from data source.
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Dependency
Gets or sets field name from data source which maps dependency of tasks on initial load.
Declaration
public string Dependency { get; set; }
Property Value
Type |
Description |
System.String |
|
Duration
To map duration of task from data source.
Declaration
public string Duration { get; set; }
Property Value
Type |
Description |
System.String |
|
DurationUnit
To map duration unit of task from data source.
Declaration
public string DurationUnit { get; set; }
Property Value
Type |
Description |
System.String |
|
EndDate
To map end date of task from data source.
Declaration
public string EndDate { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpandState
To map expand status of parent record from data source.
Declaration
public string ExpandState { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
To map id of task from data source.
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Indicators
To map indicators of task from data source.
Declaration
public string Indicators { get; set; }
Property Value
Type |
Description |
System.String |
|
Manual
To map schedule mode of task from data source.
Declaration
public string Manual { get; set; }
Property Value
Type |
Description |
System.String |
|
Milestone
To map milestone of task from data source.
Declaration
public string Milestone { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
To map name of task from data source.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Notes
To map notes value of task from data source.
Declaration
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentID
To map parent id of task from data source.
Declaration
public string ParentID { get; set; }
Property Value
Type |
Description |
System.String |
|
Progress
To map progress of task from data source.
Declaration
public string Progress { get; set; }
Property Value
Type |
Description |
System.String |
|
ResourceInfo
To map assigned resources of task from data source.
Declaration
public string ResourceInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
To map start date of task from data source.
Declaration
public string StartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskType
To map taskType value of task from data source.
Declaration
public string TaskType { get; set; }
Property Value
Type |
Description |
System.String |
|
Work
To map work of task from data source.
Declaration
public string Work { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides