Class DependencyType
Defines predecessors type.
Inheritance
System.Object
DependencyType
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DependencyType : Enum
Fields
FF
Finish to Finish type.
Declaration
public const DependencyType FF
Field Value
Type |
---|
DependencyType |
FS
Finish to Start type.
Declaration
public const DependencyType FS
Field Value
Type |
---|
DependencyType |
SF
Start to Finish type.
Declaration
public const DependencyType SF
Field Value
Type |
---|
DependencyType |
SS
Start to Start type.
Declaration
public const DependencyType SS
Field Value
Type |
---|
DependencyType |