Enum TaskType
Defines TaskType of the Gantt.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TaskType
Fields
| Name | Description |
|---|---|
| FixedDuration | Duration task field will remain constant while updating resource unit or work field |
| FixedUnit | Resource units will remain constant while updating duration or work field. |
| FixedWork | Work field will remain constant while updating resource unit or duration fields. |
| None | Fields are None. |