Enum GanttDialogFieldType
Defines the different field types available in the Gantt chart dialog.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum GanttDialogFieldType
Fields
| Name | Description |
|---|---|
| Custom | Represents the custom field, where custom fields are displayed and edited. |
| Dependency | Represents the dependency field, where task dependencies are defined and managed. |
| General | Represents the general field in the dialog, typically used for task name, duration, and other basic details. |
| Notes | Represents the notes field, where additional information or comments about the task are provided. |
| Resources | Represents the resources field, where task resources are displayed and assigned. |
| Segments | Represents the segments field, used to display and edit task segments if the task is divided into multiple parts. |