Class TaskType
Defines TaskType of the Gantt.
Inheritance
System.Object
TaskType
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TaskType : Enum
Fields
FixedDuration
Duration task field will remain constant while updating resource unit or work field
Declaration
public const TaskType FixedDuration
Field Value
Type |
---|
TaskType |
FixedUnit
Resource units will remain constant while updating duration or work field.
Declaration
public const TaskType FixedUnit
Field Value
Type |
---|
TaskType |
FixedWork
Work field will remain constant while updating resource unit or duration fields.
Declaration
public const TaskType FixedWork
Field Value
Type |
---|
TaskType |
None
Fields are None.
Declaration
public const TaskType None
Field Value
Type |
---|
TaskType |