Class ScheduleMode
Defines schedule mode of Gantt.
Inheritance
System.Object
ScheduleMode
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ScheduleMode : Enum
Fields
Auto
Tasks are displayed in auto scheduled mode.
Declaration
public const ScheduleMode Auto
Field Value
Type |
---|
ScheduleMode |
Custom
Both Auto and Manual tasks are render by mapped from data source.
Declaration
public const ScheduleMode Custom
Field Value
Type |
---|
ScheduleMode |
Manual
Tasks are displayed in manual scheduled mode.
Declaration
public const ScheduleMode Manual
Field Value
Type |
---|
ScheduleMode |