Class GanttTaskResourceData
Represents the details of resources assigned to tasks in the Gantt chart.
Inheritance
System.Object
GanttTaskResourceData
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTaskResourceData : Object
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 |
---|
System.String |
Id
Represents the unique identifier of a resource in the
Declaration
public string Id { get; set; }
Property Value
Type |
---|
System.String |
Name
Represents the unique identifier of a resource in the Gantt chart.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Unit
Represents the unit measurement of a resource in the Gantt chart.
Declaration
public string Unit { get; set; }
Property Value
Type |
---|
System.String |