Class GanttTaskResourceData
Represents the details of resources assigned to tasks in the Gantt chart.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTaskResourceData
Constructors
GanttTaskResourceData()
Declaration
public GanttTaskResourceData()
Properties
Group
Represents the group affiliation of a resource in the Gantt chart.
Declaration
public string Group { get; set; }
Property Value
| Type |
|---|
| string |
Id
Represents the unique identifier of a resource in the Gantt chart.
Declaration
public string Id { get; set; }
Property Value
| Type |
|---|
| string |
Name
Represents the unique identifier of a resource in the Gantt chart.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| string |
Unit
Represents the unit measurement of a resource in the Gantt chart.
Declaration
public string Unit { get; set; }
Property Value
| Type |
|---|
| string |