Class GanttTaskResourceData
Class that defines resource details.
Inheritance
System.Object
GanttTaskResourceData
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTaskResourceData : Object
Constructors
GanttTaskResourceData()
Declaration
public GanttTaskResourceData()
Properties
ID
Defines the id of resource.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Defines the name of resource.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unit
Defines the unit of resource.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |