Enum ViewType
Specifies view mode for the Gantt Chart, that determines whether tasks are displayed based on projects or resources.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ViewType
Fields
| Name | Description |
|---|---|
| ProjectView | Defines project view type. |
| ResourceView | Defines the view type of gantt chart as resource view where the tasks are displayed based on resources. |