Class TaskType
Defines task type for task.
Inheritance
System.Object
TaskType
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TaskType : Enum
Fields
FixedDuration
Defines task type as fixedDuration.
Declaration
public const TaskType FixedDuration
Field Value
Type | Description |
---|---|
TaskType |
FixedUnit
Defines task type as fixedUnit.
Declaration
public const TaskType FixedUnit
Field Value
Type | Description |
---|---|
TaskType |
FixedWork
Defines task type as fixedWork.
Declaration
public const TaskType FixedWork
Field Value
Type | Description |
---|---|
TaskType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |